Configuration for multiple MySQL servers (Xubuntu)
To be able to see/access multiple
MySQL servers you must manually edit /etc/phpmyadmin/config.inc.php
# vi /etc/phpmyadmin/config.inc.php
and immediately before
insert the line
$cfg['ServerDefault'] = 0;
ONLY then will you see a list of servers to choose from on the mysqladmin page
REFERRERS
PhpMySqlAdmin
There are no comments on this page. [Add comment]