1

I had created an java application which uses jdbc to access database,but for this i have to externally put mysql server on using xamppp,but i want to access database without externally making server on,so that my customer need not to bother abot this.He can just open application and store data on database.

Please help i really need this..thanks in advance

yogesh meghnani
  • 729
  • 2
  • 6
  • 11

1 Answers1

0

If you want to use an embedded database, see here

There is also an article about autostarting mysql with XAMPP, see here

The search function will help you to find further informations.

jausen brett
  • 1,111
  • 7
  • 10