how connect mysql with encrypted password?

wxdqz

New Member
I always encrypt my mysql user password when i create a new user! but problem produce when i use php mysql function "mysql_connect()" to connect to mysql server! the password i encrypted do not match the password store in mysql database, what can i do?
 
Back
Top