mysql drop all tables in a database code example Example 1: drop table in mysql DROP TABLE table_name; Example 2: mysql drop database DROP DATABASE ma_base