mysql>mysql> CREATE TABLE categories ( -> id int(11) NOT NULL auto_increment, -> PRIMARY KEY (id) -> );Query OK, 0 rows affected (0.00 sec)mysql>mysql> drop table categories;Query OK, 0 rows affected (0.00 sec)mysql>