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
You should put your password with 'p'
mysql -u root -u 1.1.1.1 -p'MyPass'