{"id":19083604,"url":"https://github.com/aks-arise1600/mysqlgui","last_synced_at":"2026-05-09T05:06:45.465Z","repository":{"id":205770381,"uuid":"715027083","full_name":"aks-arise1600/MySqlGUI","owner":"aks-arise1600","description":"mysql workbench","archived":false,"fork":false,"pushed_at":"2024-07-02T11:22:14.000Z","size":3321,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T06:26:22.902Z","etag":null,"topics":["cmake","cpp","mysql","qt5"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aks-arise1600.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-06T10:35:11.000Z","updated_at":"2024-07-02T11:22:18.000Z","dependencies_parsed_at":"2023-12-16T02:20:52.448Z","dependency_job_id":"7bc31a50-5edf-48b2-bfe4-93f6f950f9f2","html_url":"https://github.com/aks-arise1600/MySqlGUI","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"9722d452d49edca9c3cf95bc2baa19e1d4566439"},"previous_names":["anil-arise1600/mysqlgui","aks-arise1600/mysqlgui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aks-arise1600/MySqlGUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FMySqlGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FMySqlGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FMySqlGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FMySqlGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aks-arise1600","download_url":"https://codeload.github.com/aks-arise1600/MySqlGUI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FMySqlGUI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283980917,"owners_count":26927173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-12T02:00:06.336Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cpp","mysql","qt5"],"created_at":"2024-11-09T02:48:10.848Z","updated_at":"2025-11-12T05:31:14.478Z","avatar_url":"https://github.com/aks-arise1600.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n\u003cimg src=\"https://github.com/aks-arise1600/MySqlGUI/blob/main/images/mysql-gui.png?raw=true\" alt=\"drawing\" width=\"110\"/\u003e\n\u003cb style=\"font-size: 2.5rem; color: #2ecc71\"\u003eMySQL GUI \u003c/b\u003e   \u003cb\u003e1.1b\u003c/b\u003e\n\u003c/p\u003e\n\nMySQL GUI is a UI based MySQL workbench. It is design as all SQL commands or queries to execute with user interactive mode.\n\n\n\n## Install Dependencies \n\n\t\tsudo apt update\n\t\tsudo apt install -y build-essential qt5-qmake qtbase5-dev qtbase5-dev-tools cmake git\n\t\tsudo apt install -y mysql-server libmysqlclient-dev\n\t\tsudo systemctl start mysql.service\n\t\t\n## Configure MySQL (root password)\n\n\t\tsudo mysql\n\t\t\n\t\tALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';\n\t\texit\n\n\n## Build with cmake\n\n\t\tgit clone https://github.com/aks-arise1600/MySqlGUI.git\n\t\tcd MySqlGUI\n\t\tmkdir cBuild \u0026\u0026 cd cBuild\n\t\tcmake ..\n\t\tmake\n\t\n## Build with qmake\n\n\t\tgit clone https://github.com/aks-arise1600/MySqlGUI.git\n\t\tcd MySqlGUI\n\t\tmkdir qBuild \u0026\u0026 cd qBuild\n\t\tqmake ..\n\t\tmake\n\t\n\t\n\t\n## MySQL Connection\n\n![alt text](https://github.com/aks-arise1600/MySqlGUI/blob/main/docs/Screenshots/MySQLGUI_001.png?raw=true)\n\n\n## Select Query on selection treeview item\n\n![alt text](https://github.com/aks-arise1600/MySqlGUI/blob/main/docs/Screenshots/MySQLGUI_002.png?raw=true)\n\n\n## Insert Values on selected treeview item with right click\n\n![alt text](https://github.com/aks-arise1600/MySqlGUI/blob/main/docs/Screenshots/MySQLGUI_003.png?raw=true)\n\n![alt text](https://github.com/aks-arise1600/MySqlGUI/blob/main/docs/Screenshots/MySQLGUI_004.png?raw=true)\n\n\t\n## References\n1. [MySQL Install](https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04)\n2. [MySQL Queries](https://www.mysqltutorial.org/mysql-cheat-sheet.aspx)\n3. [Qt SQLDatabase programming](https://doc.qt.io/qt-6/qsqldatabase.html)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faks-arise1600%2Fmysqlgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faks-arise1600%2Fmysqlgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faks-arise1600%2Fmysqlgui/lists"}