Great Gods! phpMyAdmin password
What should I do if I forget my phpMyadmin password?
Reply to discussion (solution)
Forgot the mysql password? Search for "mysql forgot password" online ".
I 've been looking for a long time, and I 've made it clear that some operations have not been done, and I have never succeeded in self-defeating projects.
This is encountered in the mac system.
If it is too troublesome, reinstall it.
Find in config. inc. php in the installation file.
$ Cfg ['servers'] [$ I] ['password'] = ''; database password
Find in config. inc. php in the installation file.
$ Cfg ['servers'] [$ I] ['password'] = ''; the database password is correct!
Let me try it.
I can't find the installation file. why?
1. stop the MySQL service
2. skip verification to start MySQL
/Usr/local/mysql/bin/mysqld_safe -- skip-grant-tables>/dev/null 2> & 1 &
Modify the path
3. reset the password
Wait for a while and then run:/usr/local/mysql/bin/mysql-u root mysql
Modify the path
Enter: update user set password = Password ('password to set') where User = 'root' after the mysql prompt appears ';
Press enter and run: flush privileges; refresh the table related to MySQL system permissions. Run exit.
4. restart MySQL
Killall mysqld
Restart MySQL
Thank you for your help. I have finally solved the problem. thank you.
In the future to configure php friends can come to this site http://www.php100.com/html/webkaifa/PHP/PHPyingyong/2013/0106/11894.html