Wiki source for PhpMySqlAdminMultipleDbs
===PHPMySqlAdmin for multiple databases===
==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
%%
$i=0
%%
insert the line
%%
$cfg['ServerDefault'] = 0;
%%
ONLY then will you see a list of servers to choose from on the mysqladmin page
----
REFERRERS
{{backlinks}}
==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
%%
$i=0
%%
insert the line
%%
$cfg['ServerDefault'] = 0;
%%
ONLY then will you see a list of servers to choose from on the mysqladmin page
----
REFERRERS
{{backlinks}}