Re: [PHP] Re: How can I connect a remote server from phpmyadmin?

2005-10-19 Thread twistednetadmin
I asked my host to set up PHP and MySQL on the server.
They had either that or ASP with Access db.
I got an adress from them to the PHPmyadmin.
I don't think most webhosting companies allows remote access to th DB from
the local machines.
OffcourseI could be wrong...

-Twisted-


[PHP] Re: How can I connect a remote server from phpmyadmin?

2005-10-12 Thread Ethilien
You need to edit the config.inc.php file in the phpmyadmin directory and 
set the appropriate server address/username/password information for 
your remote server. You might have to set a remote server up in cpanel 
for this to work however.


MI SOOK LEE wrote:

Hello,
I have PhpMyAdmin  2.6.3 , MySQL 4.1.13 running in my Windows 2000.
I installed them using Apache friends XAMPP, so I didn¡¯t do any 
configuration myself.
Currently if I go to http://127.0.0.1/phpmyadmin, then it automatically 
shows my local MySQL db and tables.
Now I need to connect remote server(it has MySQL) and do some DB Admin 
of that server.

How can I connect to that server from phpmyadmin?
I¡¯ve been trying to find if there any kind of connect panel in 
phpmyadmin, but no fruit yet.


I really appreciate you guys help.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: How can I connect a remote server from phpmyadmin?

2005-10-12 Thread Ben

Ethilien said the following on 10/12/05 15:55:
You need to edit the config.inc.php file in the phpmyadmin directory and 
set the appropriate server address/username/password information for 
your remote server. You might have to set a remote server up in cpanel 
for this to work however.


And of course the mysql server has to be configured to allow remote 
access for the user(s) involved.


- Ben

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php