how do you use mysql code example
Example 1: how to DROP a table in mysql
-- 'DROP TABLE' followed by the name of the table you would like
-- to drop.
DROP TABLE `test_table`;
Example 2: login to mysql
mysql -u USERNAME -p
-- 'DROP TABLE' followed by the name of the table you would like
-- to drop.
DROP TABLE `test_table`;
mysql -u USERNAME -p