Login MySQL from terminal in MacOS

Sometime you may encounter this problem while you are trying to log into your MySQL database from terminal:
"Can not query to other database"

Use the correct command to login:
$ mysql -uroot
or
$mysql -u root -p


Good installation instructions of MySQL on MacOS
http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/

No comments:

Post a Comment

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...