i am trying to redo my database structure as i am creating a lot of new tables and i believe it has become the reason i can't do a mysqldump anymore even though it's only about 250MB.
right now, i have about ~100,000 tables in a database. and each table has a few hundred rows.
so i wanted to know what is a better way could be to handle the database. do i just dump everything into one table and add another field so it would be 1 table with like 5M rows?
thanks