C
chriswillis10
does anyone know how to delete databases/tables in mysql command line?
Lou said: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
so then,
what does drop table if exists do?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.