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:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 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:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php