简体   繁体   中英

How to access database from java application without externally putting on mysql server on xampp

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM