I have a mysql database with more than 300 tables. 100 tables have no data (0 rows). I want to create a dump (script file) with all the create tables statements of tables that have 1 or more rows and also dont include the data (without inserts)
Any idea? Thanks!