phpstudy cannot access phpmyadmin
First of all, it is because Mysql has not set a password. Now enter PHPStudy→Other options menu→ MySQL tool, the first is to set or change the password. The initial password is root, and then change the password.
At this time, phpMyAdmin still cannot be opened. The reason is that there is no phpMyAdmin folder in the root directory of the website or the folder was deleted by mistake.
Download and install phpMyAdmin from the official website, portal: https://www.phpmyadmin.net/downloads/
What I downloaded is this:
After downloading, unzip it to the root directory of the website, change the file name to phpMyAdmin and it’s OK!
For more PHP related knowledge, please visit PHP Chinese website!
The above is the detailed content of phpstudy cannot access phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!