Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 2.3 KB

File metadata and controls

40 lines (37 loc) · 2.3 KB

🗄️🗄️🖥️ Two-Tier Client-Server Application With MySQL and JDBC 🖥️🗄️🗄️

Introduction

Objectives

To develop a two-tier Java based client-server application interacting with a MySQL database utilizing JDBC for the connectivity. The project is designed to utilise various features of JDBC and its interaction with a MySQL DB Server environment.

Gui

Description

  • It is a Java-based GUI front-end (client-side) application that will connect to your MySQL server via JDBC.
  • The database contains two users; the root user(having all privileges) and client user(having only select privileges)
  • To generate database run the script script in MySQL workbench

Resources and packages

The application utilises the following resources and packages

Screenshots