Thx for the reply. I know that I can do a structure dump but my problem is....
I am going to have a massively huge database. To alleviate this I plan to separate the one large database into a few smaller databases. The new smaller databases will have the EXACT same structure but there is going to be different data in the databases. My only concern with this solution is that if I need to make a table change to one database, I want to have that change automatically made in the other databases as well. I could write a script to apply a single change to all of the databases but if there is a utility out there, I would rather use that. So I wanted to see if anyone had done or seen something similar. Thanks