LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How do I remove a database in mysql? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-remove-a-database-in-mysql-113024/)

shelby 11-06-2003 09:05 AM

How do I remove a database in mysql?
 
How do I remove a database in mysql? I looked through the documentation but did not see it. Thanks

jim mcnamara 11-06-2003 09:28 AM

Do you mean you want to drop a schema?

Or do you want to clobber all of the files and programs?

shelby 11-06-2003 10:06 AM

When I do a SHOW DATABASES; it list all of the databases I have. I want to remove one of those in that list. Thanks

lazygrafx 11-06-2003 10:30 AM

just do a DROP DATABASE `database name';

shelby 11-06-2003 10:41 AM

Worked! Thanks


All times are GMT -5. The time now is 06:28 AM.