I can't find configuration file for adding multiple hosts.
Please help!
This exmaple works in Ubuntu only!
Please, make several steps:
Install PhpMyAdmin
sudo apt-get update
sudo apt-get install phpmyadmin
Copy and Configure file this your hosts
sudo cp /usr/share/doc/phpmyadmin/examples/config.manyhosts.inc.php /etc/phpmyadmin/conf.d
Add your hosts. Replace those strings:
$hosts = array (
"db01.example.com",
"db02.example.com",
);
I hope it helped you :)
FavScripts.com is a free tool to save your favorite scripts and commands, then quickly find and copy-paste your commands with just few clicks.
Boost your productivity with FavScripts.com!