PDA

View Full Version : How to make sql reachable for external hosts


ircman
04-28-2004, 04:09 AM
The Mysql server only allows connections to localhost as server.
How can I change this to also external connections ?
So that I can use Da's mysql for multiple servers.

Cedric

DirectAdmin Support
04-29-2004, 02:26 PM
Hello,

You need to use the "Access Hosts" feature in the mysql menu in DA. You can either add the exact IP address, or % which will allow any server to connect to that database.

User Panel -> MySql -> db_name -> Access Hosts

John

ircman
04-30-2004, 02:55 AM
OK tnx. it works :)

Cedric