Deleting a MYSQL database
- From: albi <albi (at) scii.nl>
- Date: Tue, 2 May 2006 22:22:35 +0200
On Tue, 2 May 2006 13:24:21 -0700
"Chris Heiner" <cheiner (at) networkdesignsinc.net> wrote:
> 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.
>
> I want to delete the database, recreate all and take better notes on
> passwords etc..
# in mysql :
drop database database-name;
where database-name is the name of the database you want to remove
--
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
_______________________________________________
CentOS mailing list
CentOS (at) centos.org
http://lists.centos.org/mailman/listinfo/centos