Skip to content

galexandre/IDMJook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#README ##Instructions Step 0 : install a MySQL database server. In my case I chose MAMP.

Step 1 : load the file database.sql into MAMP. Go to phpMyAdmin and import, select the database and it's done.

Step 2 : import the project in your favorite IDE Eclipse: Import -> Maven -> Existing Maven Prjoect

Step 3 : Check your configuration in MAMP a) MySQL port : Preferences -> Port b) You have to change the variables for the connection to the database. In MAMP you can see these variables in the start page. After that you have to change the variables in App.javafile.

       Connection co = null;
       //@TODO : change here
       String user = "root";
       //@TODO : change here
       String pwd ="root";
       //@TODO : change the port
       String url ="jdbc:mysql://localhost:8889/BASE_IDM";

Step 4: Run the project.

Written with StackEdit.

About

Test of Jook without generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages