How to import and export MySQL dump file on a Mac?
Like on Windows, I use this code:
mysqldump -u root -p --databases DBname>d:\ FILENAME.sql
But it does not work on Mac terminal. It produces the following error:
-bash: mysqldump: command not found