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