Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL GUI Programs [closed]

Tags:

mysql

Are there any programs with a gui which let you create a MySQL database, create tables, define the primary and foreign keys and insert data? I am tired of having to use the mysql command line client, very tedious.

like image 210
jake Avatar asked Apr 29 '10 15:04

jake


2 Answers

I suggest you use phpMyAdmin. There is also MySQL Workbench.

like image 54
D'Arcy Rittich Avatar answered Nov 14 '22 14:11

D'Arcy Rittich


  • MySQL Query Browser (MySQL)
  • pgAdmin III (PostgreSQL)
  • Allround Automations PL/SQL Developer (Oracle)
  • SQL Server Management Studio (SQL Server)
like image 22
Quassnoi Avatar answered Nov 14 '22 13:11

Quassnoi