If I have a Mysql database set up with minimal data in the tables, then export the database. Can php rebuild that database with the data that's in the tables and feilds automatically?
Reason: I'm working on a private projected, I'd like to create a php file that set up a database with about 4 tables, and fields that have a small amount of data into them. I understand I'll have to make the database first, set the user and password for it. After that, can php create the tables, fields and the data strings at one go?
If anyone has any links on this topic, or suggestions.. it would be a huge help. Thanks guys.