ricland Posted May 30, 2003 Share Posted May 30, 2003 How do you remove a mysql database completely? Quote Link to comment https://forums.phpfreaks.com/topic/529-how-do-i-remove-a-database/ Share on other sites More sharing options...
rhysmeister Posted May 30, 2003 Share Posted May 30, 2003 Use the following syntax... DROP DATABASE <databasename> http://www.mysql.com/doc/en/DROP_DATABASE.html Quote Link to comment https://forums.phpfreaks.com/topic/529-how-do-i-remove-a-database/#findComment-1775 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.