Hi,
I'm pretty new to MySQL, but I am wondering if I can access the database over the internet, i am trying this (from a DOS prompt):
mysql -h polarhome.com -u sutsugua
but I get:
ERROR 2005: Unknown MySQL Server Host 'polarhome.com' (11001)
Is it at all possible to connect to the database other than through phpMyAdmin? Should I set a port or is there another MySQL host?
Thanks!