https://github.com/pavansai0514/jdbc
Java Programs to perform CURD operations with MYSQL Database
https://github.com/pavansai0514/jdbc
java mysql-database sql
Last synced: 5 months ago
JSON representation
Java Programs to perform CURD operations with MYSQL Database
- Host: GitHub
- URL: https://github.com/pavansai0514/jdbc
- Owner: pavansai0514
- Created: 2024-10-09T16:38:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:10:05.000Z (over 1 year ago)
- Last Synced: 2025-10-27T10:42:07.541Z (8 months ago)
- Topics: java, mysql-database, sql
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Database Connectivity and Curd Operations with MYSQL Database and Eclipse IDE
## Requirements
- Eclipse
- MYSQL
- MYSQL official Driver ( jar file)
## steps to follow
- default username is root and password is user provided while installing
- Create Database name in MYSQL workbench
- create database {databasename} ;
- keep that database name URL jdbc:mysql://localhost:3306/databasename
- Run The applicaiton