Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL Workbench vs phpMyAdmin [closed]

I've only used phpMyAdmin but then I stumbled upon MySQL Workbench that looks promising.

I wonder if someone has tried it out and could give your thoughts about it compared to phpMyAdmin.

Could it replace phpMyAdmin completely?

like image 464
never_had_a_name Avatar asked Apr 18 '10 18:04

never_had_a_name


People also ask

Which one is better phpMyAdmin or MySQL Workbench?

Graphical Interface phpMyAdmin provides an easy to understand graphical interface to run SQL commands and do SQL operations and makes it quite easy to use as compared to MySQL workbench which is quite complex for beginners.

Is phpMyAdmin the same as MySQL?

MySQL is a RDBMS (Relational DataBase Management System), PhpMyAdmin is a web application wich let you manage (with a visual interface) MySQL Databases.

Is there anything better than MySQL Workbench?

Sequel Pro, HeidiSQL, Navicat, DataGrip, and XAMPP are the most popular alternatives and competitors to MySQL WorkBench.


1 Answers

Could it replace phpmyadmin completely?

Yes it can. Actually you get much more control in Workbench, especially on the administration side. Probably the main advantage of phpMyAdmin is in its web user interface, which in some cases can be more convenient than the Workbench client.

like image 106
Daniel Vassallo Avatar answered Sep 30 '22 07:09

Daniel Vassallo