Issue
Can someone help me with a command line instruction to drop a single MAMP database?
Thank you
Solution
Run /Applications/MAMP/Library/bin/mysql -uroot -p
. It'll ask for your password. Then just use the regular MySQL DROP DATABASE nameofdatabase
command.
Answered By - jornak
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.