Installer package for program that uses JDBC to connect to MySQL....

Posted by eli1987 on Stack Overflow See other posts from Stack Overflow or by eli1987
Published on 2010-04-18T21:29:36Z Indexed on 2010/04/18 21:33 UTC
Read the original article Hit count: 186

Filed under:

I have an installer wizard thing called 'install creator'. I want to include my mySQL database into the installer or find another way that the user, upon installation, can just use my database. Prob is-not everyone has MySQL installed on the computer and even then, the user doesn't know the name of the database or my password. Somehow the database must be created automatically upon install, and for my purposes, some of the tables created. How can one do this. Thanks

© Stack Overflow or respective owner

Related posts about jdbc