wamp cannot access phpmyadminWhat should I do? The solution to the problem of unable to access phpmyadmin when building wamp locally
When building wamp locally to access phpmyadmin, if the page as shown in the figure appears, don’t worry, then read on, let us solve this problem step by step.
Before solving this problem, you should first adjust the language of the software interface to Chinese mode, move the mouse to the software icon, right-click, and then move the mouse to Luanguage
in the newly popped-up tab, then move the mouse to the Chinese position in the newly opened menu tab and check
After the adjustment is completed, the operation interface will be converted into Chinese. For a Chinese, this operation will be much more convenient. Next, enter the theme. We find wamp\ in the installation directory of the software. alias\phpmyadmin.conf file, as shown in the figure
Open it with notepad, find
<Directory "c:/wamp/apps/phpmyadmin3.5.1/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory>
and change Deny from all to Allow from all And save it as shown in the picture
After saving, restart all services and open http://localhost/phpmyadmin/ again. When you can see the page as shown, then Congratulations, the repair is complete.
The above is the detailed content of What should I do if wamp cannot access phpmyadmin?. For more information, please follow other related articles on the PHP Chinese website!