This article mainly introduces in detail the solution to the problem that PhpMyAdmin cannot log in. It has certain reference value. Interested friends can refer to it.
Install phpStudy today. The default mysql password is Empty, the following error is reported when logging in to phpMyAdmin:
① Open the mysql console of phpStudy and be prompted to enter the password. The password will be empty at first, just press Enter
②Enter [use mysql], the console prompts [Database changed]
③Enter update user set password=PASSWORD('password to be modified') where user='root';
The console prompts [Query OK,XXXXXXXXX]
④Finally enter [flush privileges;], submit
and then you can visit happily .
#The above is the entire content of this article. I hope it will be helpful to everyone’s study. I also hope that everyone will support Script House.
The above is the entire content of this article, I hope it will be helpful to everyone's study.
Related recommendations:
PHPRestricted IP voting program IP source analysis_php skills
PHP Implementation of restricted IP voting program IP source analysis_php skills
PHP Wrapper application method on SAE_php skills
The above is the detailed content of Solution to phpMyAdmin unable to log in. For more information, please follow other related articles on the PHP Chinese website!