jimppan / Database-Viewer-Editor

An application that allows you to view/edit a MySQL Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database-Viewer-Editor (Old and sloppy code, from 2014~)

An application that allows you to view/edit a MySQL Database

Disclaimer: I was very new to programming 😅

This application allows the user to do the following:

  • Save database login information for ease of access, the login information is saved in a text file and read from it when connecting.
  • Delete database login information
  • List all databases saved and their status (Database label, IP and online or offline)
  • Create/Delete tables from the database
  • Read data from database
  • Write data to database
  • Delete data from database
  • Basic music player

Libraries used:

NOTE: Application requires MySQL Connector to be installed to connect to MySQL Databases http://dev.mysql.com/downloads/connector/odbc/

About

An application that allows you to view/edit a MySQL Database


Languages

Language:C++ 100.0%