How do you mirror a database?

I create a database called db1 and it has lots of data stored.

I create a new database db2.

I want to copy the entire structure of db1 into db2.

How do I do this?

MySQL.

 

 

 

 

Top