I'm using MySQL.Data 6.9.9 library and .Net framework 4.5 to work with MySQL server in C# code.
There is a table1 with rows and I want to create the table2 with the same structure as table1 in same database but without rows.
Please advice how to create it?