How to make sql reachable for external hosts

ircman

Verified User
Joined
Feb 5, 2004
Messages
115
Location
The Hague, Netherlands
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
 
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
 
Back
Top