Any free SQL GUI programmes

Soldato
Joined
1 Dec 2004
Posts
22,763
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
 
Nice one mate :)

Did you see the post in my other thread? posted the code you were after (if that was what u were lookng for).
 
I did, but it's not a quickie answer :D

Edit: Only saw it this evening when you bumped it, must've missed it in the morning.
 
Last edited:
Ok mate, ill keep an eye out on the thread, if your too busy then please dont worry about it!

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