Is there a maximum number of tables allowed in MySQL? I am making a new site and right now, I think I'm going to need 100+ tables.
MySQL databases don't have a set upper limit on number of tables. With very very high numbers of tables, there might be a negative effect on performance, but when you're talking about numbers in the hundreds you should be fine .
no problem with having more tables, but do make sure you have enough web space to accommodate those tables. Otherwise, you are fine!