[CentOS] Deleting a MYSQL database

Tue May 2 20:22:55 UTC 2006
James Gagnon <jamesg at nucleus.com>

-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf
Of Chris Heiner
Sent: May 2, 2006 2:24 PM
To: 'CentOS mailing list'
Subject: [CentOS] Deleting a MYSQL database

Does anyone know the syntax for deleting a MYSQL database? I created one and
messed up something in a config.inc.php on myphpadmin and now im locked out
when I tried to access the http authentication for myphpadmin.


drop database databasename; or
drop databasename;

if im not mistaken :)


James Gagnon