[PhpMyAdmin] modify the configuration file to connect to other servers,
The default phpMyAdmin will access the mysql of the local machine after installation, but sometimes we need to access the mysql database of other servers, so we need to configure it.
Sure enough, phpMyAdmin has made the configuration options for us, but we need to perform some manual operations.
Http:/yourphpmyadmin.com/setup/index.php
Enter the configuration page. A prompt is displayed.
Find the corresponding document
Copy a configuration file and grant the modification permission.
[Root @ ip-0 phpMyAdmin-4.4.0-beta1-all-languages] # mkdir config [root @ ip-0 phpMyAdmin-4.4.0-beta1-all-languages] # chmod o + rw config [root @ ip-0 phpMyAdmin-4.4.0-beta1-all-languages] # cp config. inc. php config/[root @ ip-0] # chmod o + w config/config. inc. php
Next, you can properly modify the configuration to connect to other mysql servers.