Can you delete a table in MySQL

She has: 88 posts

Joined: Sep 2001

If so, what's the syntax?

If not, how do you get rid of unwanted tables??

Thanks,

mairving's picture

They have: 2,256 posts

Joined: Feb 2001

Pretty easy to do:

<?php
drop tablename
;
?>

This deletes the table and everything in it.

She has: 88 posts

Joined: Sep 2001

Thank you. The Drop command didn't come to mind.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.