I have 100 tables, 40,000 rows in each table. I want to go into MySQL and delete all rows from all tables.
...in 1 statement, if p
Why couldnt you just export the structure of the database, delete the database, then recreate it and import the structure?