I am trying to access mysql from my mac\'s terminal.
I have tried just typing
mysql -u root -p
(and Enter, but that doe
I used this to access phpmyadmin mysql database though terminal
/opt/lampp/bin/mysql -uroot -ppassword
then
USE dbname