Skip to content

ZionInMatrix/student-registration-system

Repository files navigation

Java Registration System (My third project)

Step by step:

  1. Download MySQL, and any program for MySQL database and setting it...

  2. Download MySQL Connector from https://dev.mysql.com/downloads/connector/j/ and add it to Structure of the Project ( you need the .jar file in the folder)

  3. You can find the database "Students.sql" in the project folder

  4. Set up your database settings in the fields:

  • Class.forName("com.mysql.cj.jdbc.Driver");

  • con = DriverManager.getConnection("jdbc:mysql://localhost:3306/StudentIT", "root", "");

  1. Now you can add, remove and update students

****ENJOY !!!

About

My third project in StepIT. Java/MySQL/Swing/CRUD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages