开发者

How to Install mysql with my install.jar?

开发者 https://www.devze.com 2023-01-05 06:08 出处:网络
I am using 开发者_开发百科izpack to create installer for my java application. I have to install mysql before jar installed and also i want to start my jar automatically after installation completed. H

I am using 开发者_开发百科izpack to create installer for my java application. I have to install mysql before jar installed and also i want to start my jar automatically after installation completed. How can i do any help please..


Are you sure you want to require each user to have a MySQL Server installed on his workstation in order to work with your application, and putting the correct Connector in place?

  • Replace it with remote server
  • Use a textfile database
  • Use a lighter DBMS (atleast something easier than a full MySQL installation)

If you MUST use a local MySQL, there exist automated installers that can do that for you.

0

精彩评论

暂无评论...
验证码 换一张
取 消