Skip to content

bikashtudu/DBISProject

Repository files navigation

DBISProject

Library Management System using Java and MySQL

GitHub stars GitHub forks

https://bikashtudu.github.io/DBISProject/

Minor Project

Course: CS 257

Developed By

Environment and Requirement

  • Programming Language: JAVA with Swings
  • MySQL Conncector: MySQL JConnector 5.1.40(JDBC Driver) https://dev.mysql.com/downloads/connector/j/
  • IDE: NetBeans 8.1
  • MySQL Version: 5.5.4
  • MySQL WorkBench: 6.3.6+dfsg-0ubuntu1
  • Created in Ubuntu(16.04 LTS)

About Files

  • /SQL: Contains the Exported Database Schema+Data
  • /src/mainlibrary: Contains JAVA source codes
  • /MySQL Connector: Contains JDBC/MySQL JConnnector

Instructions

  1. Clone the Project using link https://github.com/EncoSier/DBISProject.git or Download the zip

  2. Importing Java Project in NetBeans

  1. Importing Database(Schema+Data)
  • Import the Database in the MySQL database using MySQL WorkBench(Version is mentioned above)
  • MySQL Workbench->Data Import/Restore->Load Folder Contents->SQL->exportdb.sql
  1. Connect the JDBC driver(JConnector) by including the it's JAR File in the Project
  • Expand Project->Libraries->(Right Click)ADD JAR File->include file: mysql-connector-java-5.1.40-bin.jar
  1. Database setting can be changed
  • Expand Project->Source Packages->mainlibrary->DB.java
  • Change the Authentication Setting

NOTE: if any error, check closed issues too.