How to delete MySQL db ?

2002-12-06 Thread Will Standley
I have a couple of test MySQL data bases on my Linux/Apache box and want to delete them for a clean start... How do I delete all the files associated with the two db's ? Thanks, Will - Before posting, please check:

Re: How to delete MySQL db ?

2002-12-06 Thread Gerald R. Jensen
Open the mysql monitor, and ... DROP DATABASE databasename; - Original Message - From: Will Standley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 06, 2002 5:56 PM Subject: How to delete MySQL db ? I have a couple of test MySQL data bases on my Linux/Apache box