mysql删除库中的所有表的方法:直接执行【SELECT table_name FROM information_schema.tables WHERE table_schema = ‘mydb‘;】...