From: "chriswillis10@..." Date: 2006-03-12T22:03:45+09:00 Subject: Re: mysql command line so does that actually DELETE it? Lou Vanek wrote: > if you're referring to the mysql client program, > > drop table table_name; > drop database db_name; > > http://dev.mysql.com/doc/refman/5.0/en/drop-database.html > > chriswillis10@gmail.com wrote: > > does anyone know how to delete databases/tables in mysql command line? > > > > > >