Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 785 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 785 Bytes

VeryShadyRecords Record Label Management System using Netbeans and MySQL

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

Instructions 1.Clone the Project

2.Import Java Project in NetBeans
	
3.Import Database(Schema+Data)
	Use the mysql file to create tables, triggers and stored procedures. 
4.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
5.Database setting can be changed
	Replace the username and password according to your MySQL settings in the Connection Statement.