0
Answer

Include MySQL Database in setup of Application

Christopher Smit

Christopher Smit

10y
641
1
Hi all,
 
 I have developed a simple application in C# using VISUAL STUDIO EXPRESS 2013. I want to publish it now, but I'm having trouble adding a predefined database with my application. Basically I want the user to just install the application and the database should be installed automatically along with the application with all of its tables, predefined.
 
How do I accomplish this in express? I'm using MySQL Workbench 6.0 to create my database.
 
Regards,
Chris