How can I delete all the databases in my machine without deleting them one by one?
I want to delete all the databases in my Macbook pro.开发者_Go百科 The number is more than 300 so I can't remove them one by one. How can I delete all the databases without deleting them one by one?
As long as you can use Linux command line parameters, try:
http://rootedlabs.wordpress.com/2009/10/03/drop-all-databases-in-mysql/
精彩评论