PDA

View Full Version : [ubuntu] How do I remove the database 'wordpress' from my LAMP Server


jigglypuff
October 8th, 2009, 07:52 PM
Need help! Total Noob :)

wojox
October 8th, 2009, 07:55 PM
DROP DATABASE wordpress

jigglypuff
October 8th, 2009, 08:02 PM
do I do this in mysql?

wojox
October 8th, 2009, 08:12 PM
Yes log in to mysql and drop it.

jigglypuff
October 8th, 2009, 08:22 PM
It doesnt seem to be dropping it with DROP DATABASE wordpress

wojox
October 8th, 2009, 08:36 PM
Try:

use database wordpress

Or

use wordpress


drop database wordpress

It's been awhile

wojox
October 8th, 2009, 08:41 PM
You can also issue:

show databases

To see all databases.