Skip to content

Simple Java GUI for MySQL Query Execution and Result Viewing

Notifications You must be signed in to change notification settings

tolijan/gui-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gui-query

##This project contains:

1. Login window:

  • supports password encryption
  • connects to MySQL database to verify user credentials
  • after successful login the query window is displayed

2. Query execution window

  • the user executes a query by pressing a button and then the results are displayed in a table within the same window

##Configuration:

  1. Configure your DB connection details in SampleLogin.java class
  2. Enter your MySQL Query in the QueryGUI.java class
  3. Make sure you add all libraries

About

Simple Java GUI for MySQL Query Execution and Result Viewing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages