Reputation: 138
I made a java desktop application on netbeans in which i used Mysql database.Now i want to export this application to other computers in a way that the user only use application and that user doesn't have mysql. is it necessary that the user should have Mysql? is there any other options which meet my requirement?
Upvotes: 0
Views: 303
Reputation: 1246
MySQL needs to be executed in some way, so I can only think in:
An embedded database comparison.
Upvotes: 1