In phpmyadmin our main user usually "root" its stored on a DataBase called "mysql" under the "users" table.
My question is, the password under a user, in which format is encrypted? md5? sha1? base64?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is not really related to phpMyAdmin ; it depends on the MySQL server itself — phpMyAdmin being only the tool you’re using to interrogate MySQL.
Anyway, this section of MySQL’s manual should help you : Password Hashing in MySQL : (quoting) :