Page 1 of 1
phpmyadmin to access mysql from another machine[solved]
Posted: Thu Feb 23, 2006 10:22 am
by raghavan20
I am in a office network where we have mysql running from only one machine within the network but we want everyone / every system to access the databases running in that machine using phpmyadmin....how do we do that??
Posted: Thu Feb 23, 2006 10:26 am
by feyd
Install phpMyAdmin on that machine.

Posted: Thu Feb 23, 2006 10:53 am
by Benjamin
Maybe you can change the hostname from localhost to the hostname of the pc running MySQL in the phpMyAdmin config file.
Posted: Thu Feb 23, 2006 1:25 pm
by raghavan20
I am now able to connect to the other machine after I changed config.inc.php file in the phpmyadmin folder...thanks to all...