➜ Old React website
Chung Cheuk Hang MichaelJava Web Developer

MySQL Database Manager

Overview
A MySQL database management system written in Java.
Project nature: Individual (hobby project)
Year: 2015

Functionalities:

 1. Connecting to a MySQL database
 2. Displaying table structure
 3. Updating data
 4. Renaming column names
 5. Adding and deleting columns
 6. Adding and deleting data records
 7. Adding and deleting tables
 8. Filtering data without inputting SQL
 9. Executing custom SQL statements and displaying query results (also supports CREATE TABLE, ALTER TABLE, DROP TABLE, DELETE, INSERT, etc)
 10. Importing and exporting .sql files in UTF-8
 11. Supporting table creation with Auto Increment primary key
 12. Allowing the use of "last insert id" expression to represent "LAST_INSERT_ID()"
 13. Chinese language support

Screenshots