Skip to content

Foolllll-J/CSCI3170_Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCI3170_Project

Group Number: 40

Member:

HU Yaoyuan 1155173899

CHEN Zizhe 1155173938

JIA Tongxi 1155173879

• Use mySQL_JDBC.jar that we provide and Compile and run your Java program:

Compile (Linux):
javac -cp .:lib/mysql-jdbc.jar -d bin src/*.java
Run (Linux):
java -cp bin:lib/mysql-jdbc.jar Main

• Importing required packages for JDBC API

import java.sql.\*;

• To connect to the MySQL database, you need to do the following:

  1. Connect to a Linux server (e.g., Linux9).

  2. Execute "mysql --host=projgw --port=2633 -u Group40 -p".

  3. Enter the password "CSCI3170".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%