My SQL
mysql -u root -p SHOW TABLES; SELECT * FROM table_name; SOURCE runfile.sql DROP SCHEMA schema_name;