Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL as Standalone? 1

Status
Not open for further replies.

DanJR

Technical User
Oct 29, 2002
392
AU
Is it possible to use mySQL as a standalone database for a (eg Java) application - ie not using it as a server?

I've only used mySQL as a db server and now I would like to create a small standalone desktop app that requires a backend db.

I noticed that mysql can be started with a --standalone switch, but will that still mean my app will need to communicate via tcp?

As you can see i'm rather confused and this is after searching google and the mysql website.

I'm also looking at other alternatives eg SimpleSQL.

Cheers,
Dan
 
You can 'embed' mysql into your application

read here

Bastien

Cat, the other other white meat
 
Bastien, thanks for pointing me in the right direction.

Cheers,
Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top