SyntaxFix
Write A Post
Hire A Developer
Questions
For conversion,you can create ~/.my.cnf file in host:
~/.my.cnf
[Mysql] user=root password=yourpass host=127.0.0.1 port=3306
Then next time just run mysql for mysql client to open connection.
mysql