phpmyadmin to access mysql from another machine[solved]

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

phpmyadmin to access mysql from another machine[solved]

Post 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??
Last edited by raghavan20 on Thu Feb 23, 2006 1:25 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Install phpMyAdmin on that machine. :?:
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Maybe you can change the hostname from localhost to the hostname of the pc running MySQL in the phpMyAdmin config file.
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post 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...
Post Reply