Java, MySQL: Is there a way to embed a MySQL server with a Java program?

前端 未结 4 1184
一向
一向 2020-12-06 09:53

One thing I love about .NET is the ability to have a database file along with the project. I know that using a SQLite database, this can be done, but did someone achieve thi

4条回答
  •  庸人自扰
    2020-12-06 10:25

    For future reference to anyone looking to embed mysql, there is a utility from the mysql guys that does this http://downloads.mysql.com/archives/c-mxj/

提交回复
热议问题