Help with programming for MySQL encrypted passwords?
Posted by: Matthew Good
Date: October 29, 2004 01:56PM

I thought I would rewrite my question...

I am trying to create a program that accepts a username and password for logging onto a mysql database. the usersnames and passwords where created in mysql administrator and navicat. I know that mysql encrypts the passwords it creates. these are the passwords i need to use. I figure that the connector/j driver passes a clear text password with no encryption.

So how do I get the password entered by the user to match up with the encrypted (or hashed) password stored (the one created by mysql administrator and navicat) on the mysql server?

Matthew

Options: ReplyQuote


Subject
Written By
Posted
October 28, 2004 09:18AM
October 28, 2004 03:32PM
Help with programming for MySQL encrypted passwords?
October 29, 2004 01:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.