How can I add multiple hosts in PhpMyAdmin for Ubuntu 12-14

0
=
0.5
+
0
No specific Bitcoin Bounty has been announced by author. Still, anyone could send Bitcoin Tips to those who provide a good answer.
0

I can't find configuration file for adding multiple hosts.

Please help!

1 Answer

1
=
1
=
$0.5
1 tip with total amount of 2.1 mBTC($0.5 USD) have been sent by lampego

This exmaple works in Ubuntu only!

Please, make several steps:

  1. Install PhpMyAdmin

    sudo apt-get update
    sudo apt-get install phpmyadmin
    
  2. Copy and Configure file this your hosts

    sudo cp /usr/share/doc/phpmyadmin/examples/config.manyhosts.inc.php /etc/phpmyadmin/conf.d
    
  3. Add your hosts. Replace those strings:

    $hosts = array (
       "db01.example.com",
       "db02.example.com",
    );
    

I hope it helped you :)

SEND BITCOIN TIPS
User rating:

Good answer :) Thanks!

0

Too many commands? Learning new syntax?

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!

Post Answer