Any free SQL GUI programmes

Soldato
Joined
1 Dec 2004
Posts
22,552
Location
S.Wales
That will allow you to tunnel in (or connect to) an SQL server provided by a webhost, i did have one called SQLYog enterprise but it was a 30-day trial..


Ta
 
Hostname would be the domain name you're trying to connect to or its IP address, assuming your MySQL server is running on the same machine :)

Also, you'll need to add your IP address to the database's access list (check in your control panel's databases configuration page), and then if it still doesn't work, your host probably has port 3306 blocked in which case you'll need to see if they'll let you use it :)
 
Back
Top Bottom