After digging a bit, I found out that my MAMP/Library/bin/mysql file is empty (ZERO bytes)
If I take replace it with a mysql file taken from another stack, I'm asked the password. So it looks my mysql file got wiped out. Any suggestion on how to recreate one?
What could cause a MacOsX terminal no longer processing a mysql command? I have been importing database for months without any problems doing /applications/MAMP/library/bin/mysql -u root -p [database] < /Users/mac/Desktop/file.sql
and today, when I hit enter, I'm no longer asked for a ...