i have spent 3 hours now trying to connect to mysql and keep getting error messages. the following is what my consol looks like
00:55 ~ $ mysql -umyname -hmyname.mysql.pythonanywhere.services.com -p
Enter password:
ERROR 2005 (HY000): Unknown MySQL server host 'myname.mysql.pythonanywhere.services.com' (0)
i have also tried : mysql -umyname$default -hmyname.mysql.pythonanywhere.services.com -p without any success. i am out out ideas. if anybody has an idea please help.