java - Installation for a college DBMS Project -


i have created simple database application part of college assignment. have used java (eclipse ide) , mysql (command-line , phpmyadmin) purpose of creating , using database on stand-alone application. thing database stored on localhost.

an easy way make application usable on person's computer convert executable jar (since, using java). however there way means of can install database directly other person's computer (on localhost)?

something installer or so?

i read online simple thing manually install mysql , create database. don't know php , typing mysql commands / using phpmyadmin choice. there better way go doing it?

thanks help.

edit1: don't know if helps have no previous knowledge regarding creating installers projects. have done until has been exported either executable jar or source code. still studying.

edit 2: creating installation java project <- similar question not cause. recommends not using mysql. our college has compulsorily asked use mysql , nothing else. taught , expect work it. please help.

you don't need php here, don't worry not knowing it. php programming language (a web-based interpreted one), , isn't going install mysql.

you should ask instructor assistance, because come guess how intend operate, whereas know , have done before many times. being said, can make reasonable guesses toward helping you.

you have 1 master mysql installation installed java applications access. want, rather installing mysql application on each individual computer. java application connects college's mysql server rather localhost. requires configuring mysql server remote access, if that's want have done so.

the other option have installer installs mysql , runs series of scripts import expected database structure. can't imagine intention, there many different installers can this, , depends how platform you're developing automated installation tool might work best you. can, large degree, script installation of official source, may able tweak once find customization options need, wrap in simple shell script first installs mysql imports database structure. can't imagine school intends, that's how if were. or chef, puppet, or distribution's built-in package manager. many options cover them thoroughly here.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -