Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以通过命令行指令帮助我删除单个 MAMP 数据库吗?
谢谢
运行/Applications/MAMP/Library/bin/mysql -uroot -p。它会询问您的密码。然后只需使用常规的 MySQLDROP DATABASE nameofdatabase命令。
/Applications/MAMP/Library/bin/mysql -uroot -p
DROP DATABASE nameofdatabase