im trying log in via the command-line (dont like myPHP much) and i think i followed the above instructions right but im getting
ERROR 2003 (HY000): Can't connect to MySQL server on 'dancetest.x10hosting.com' (10061)
or
ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql.x10hosting.com' (10061)
my command line looks something like this
mysql -u test -p -h dancetest.x10hosting.com test
ive tried lots of different variations as im not 100% sure of the above instructions, but ive tried
mysql -u test -p -h mysql.x10hosting.com test
mysql -u username_test -p -h mysql.x10hosting.com username_test
mysql -u username_test -p -h dancetest.x10hosting.com username_test
etc...
but still ERROR 2003...
im sure im just an idiot, but any help would be appreciated