"PhpMyAdmin" Modify the configuration file to connect to another server
The default phpmyadmin will access the native MySQL after installation, but sometimes we need to access the MySQL database of other servers, so we need to configure to do it.
Sure enough, phpMyAdmin has configured the options for us, but we need to do some manual work.
http:/yourphpmyadmin.com/setup/index.php
When you enter the configuration interface, a prompt appears
Find the corresponding document
Copies a copy of the configuration file and gives the modified permission.
[Email protected] phpmyadmin-4.4.0-beta1-all-languages]# mkdir config[[email protected] phpmyadmin-4.4.0-beta1-all-languages]# chmod o+rw config[[email protected] phpmyadmin-4.4.0-beta1-all-languages]# CP config.inc.php Config/[[email protected] phpmyadmin-4.4.0-beta1-all-languages]# chmod o+w config/config.inc.php
Next, you can modify the configuration to connect to other MySQL servers.