I want to copy the structure of the database on my test server to a fresh database (with a different name).
How can I export everything in my test database (except for actual data) and insert it into a fresh database?
Basically I want to prevent having to re-input field that have MANY rows in them.