My php environment is WAMP, which has been configured and used for a while. Yesterday I saw an article about setting a password under the permission in phpMyAdmin. I changed the original NO passwor (default) to 1234 with the permission, click the execute button to execute the task. but when I enter again, I Prompt
Probably reason of this is that you did not create configuration file. You might want
Use setup script to create one.
Error
MySQL returns:
#1045-Access denied for user 'root' @ 'localhost' (using password: YES)
Supplement: the password of my previous Link Library is 1234. I want to set it only when I log on to the phpMyAdmin homepage and prompt for the password. But you cannot access it now. In addition, an error is prompted when you use the command line in dos to type the password.
Solution:
Delete config. inc. php or modify
$ Cfg ['servers'] [$ I] ['controluser'] = '';
$ Cfg ['servers'] [$ I] ['controlpass'] = '';
If you comment it out, you will be prompted to log on.
Recommended reading:
Install the LAMP \ Vsftpd \ Webmin \ phpMyAdmin service and settings in Ubuntu 13.04
Example of LAMP architecture collaborative application-phpMyAdmin
PhpMyAdmin and Wordpress for LAMP applications
PhpMyAdmin logon timeout Solution
Install phpMyAdmin and Adminer in Ubuntu
Implement SSL functions based on LAMP and install phpMyAdmin
PhpMyAdmin details: click here
PhpMyAdmin: click here
This article permanently updates the link address: