hi guys,
is it possible to distribute a mysql database and java application together without need the server to run the database from, is there's a way around to make this happen??
Thanks in advance
hi guys,
is it possible to distribute a mysql database and java application together without need the server to run the database from, is there's a way around to make this happen??
Thanks in advance
MySQL is a server/client db. There must be some sort of server. If you are looking for a DB that doesn't need a server try SQLLite, JavaDB, HSQL, or Apache Derby (or even Access, but I, personally, would not even consider that one).
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.