Saturday, January 15, 2022

[FIXED] How can I drop a database from MAMP using the command line

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

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.