Skip to content

This is a simple CRUD application using Java and Mysql database. For this project I'm using Netbeans IDE and locaserver

Notifications You must be signed in to change notification settings

webprogs/Java-and-Mysql-Sample-Project-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java and Mysql ( Sample Project )


This is a simple CRUD application using Java and Mysql database. For this project I'm using Netbeans IDE and locaserver

To Run this application

  1. Import database: db_list.sql
  2. Open Project using Netbeans

Note: If somethings went wrong check the "DriverManager" located on "DBConnect.java"
DriverManager.getConnection("jdbc:mysql://localhost/db_list","root","")
Update this base on your localhost settings

Watch video: https://youtu.be/9evey_bl9DM

This powered by: www.webprogs.com

About

This is a simple CRUD application using Java and Mysql database. For this project I'm using Netbeans IDE and locaserver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages