I want to Create .exe File for devolop for Java application by Using Netbeans and MySQL , I know to Create but I have Problem with MySql , How do i put My Sql Data base to .exe file Please Help me
Asked
Active
Viewed 272 times
2 Answers
0
As I know, MySQL doesn't support embedded problems. You have to run it as a independent component of your system.
If your really need the DB come along with your application, you can try SQLite https://sqlite.org/ or BekelyDB.
For more information, take a look at this to have more detail http://en.wikipedia.org/wiki/Embedded_database
Hope this help.

simpletron
- 739
- 4
- 14