I have a sandbox server, I want to access Server MySQL remotely on my ubuntu setup without opening Putty or any other medium ie in my local Command prompt.
I tried this way -
Here I made a new user test with '%' , so that it is accessible from all IPs. Then I granted all the permissions and flushed privileges.
But couldn't access Server MySQL locally -
here I tried all the versions of command which I found during my searches for the process.
What I should do and how, please help. And how can changes should I make further to access Server MySQL remotely.