Click wamp and find the www (project storage root directory, ps: the directory we ultimately want to operate here is the apps directory, so open it this way and go back to the upper directory) directory
Or directly open your own root directory (D:\wamp\apps\phpmyadmin4.6.4
)
Open the apps directory, open the phpmyadmin directory, find the config.inc.php
file
and edit it Open this file and find $cfg['Servers'][$i]['host'] = '127.0.0.1';
This line
Change the ip address to the one you want to manage The database address can be
Recommended related articles and tutorials: phpmyadmin tutorial
The above is the detailed content of How to modify the phpmyadmin database address in wamp environment. For more information, please follow other related articles on the PHP Chinese website!