Problem Description
I have a server with Rackspace. I want to access the database from my local machine command line.
I tried like:
mysql -u username -h my.application.com -ppassword
But it gives an error:
> ERROR 2003 (HY000):
>
> Can't connect to MySQL server on 'my.application.com' (10061)
What causes this error and how can I connect to the remote database?
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?