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
/Applications/xampp/xamppfiles/bin/mysql -u root -p
Worked like a charm!
Thanks to user: Wrikken!