bikashtudu / DBISProject

Library Management System using Java and MySQL
https://bikashtudu.github.io/DBISProject/
MIT License
38 stars 21 forks source link

How to connect Database to Java? Complete steps please! [Resolved] #3

Closed sauravgpt closed 6 years ago

sauravgpt commented 6 years ago

Here there I've downloaded all the required files but don't know any steps how to connect Database to Netbeans. As it shows Incorrect Password on logic page. I need each and every steps including creating connection to running the project.

bikashtudu commented 6 years ago

@sauravgpt Go through the readme, I have already written all the steps to import the database(create schema+ data), and how to include the JDBC in the project.

Regarding incorrect password, go through the closed issues.

sauravgpt commented 6 years ago

Sir I don't know how to create connection link between workbench and NetBeans

bikashtudu commented 6 years ago

@sauravgpt Connection between the Java application and MYSQL server is done via the APIs from the JDBC.

DB.java have all the setup for the connection. You can change it as you want accordingly.

sauravgpt commented 6 years ago

Bro please can you please make any tutorial video from cloning to connecting to running to adding or deleting users?

bikashtudu commented 6 years ago

@sauravgpt No, this is not video tutorial. Please look at the requirements and the instructions.

As this is not build or project issue I'm closing this is not issue(As I have alreadt mentioned the requirements).