If you want to access XAMPP’s MySQL shell on Mac OS X, use the following command:
/Applications/xampp/xamppfiles/bin/mysql -u root -p
This gave me a few headaches in the past, so I’ll leave this here for others to find.
If you want to access XAMPP’s MySQL shell on Mac OS X, use the following command:
/Applications/xampp/xamppfiles/bin/mysql -u root -p
This gave me a few headaches in the past, so I’ll leave this here for others to find.
Please try this command :
cd /Applications/XAMPP/xamppfiles/bin;./mysql –user=root –password=
THANK YOU, only answer I could find that actually worked
You Sir, are a lifesaver.
gone up to where it asks the password, and all three attempts have returned a null. what do I do next?
-bash: /Applications/xampp/xamppfiles/bin/mysql: No such file or directory
There’s a chance MySQL is in a different directory