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?
>
>
>