2010-12-11 18:37:07 +01:00
|
|
|
MySQL Workbench is a cross-platform, visual database design tool developed
|
|
|
|
by MySQL. It is the highly anticipated successor application of the
|
|
|
|
DBDesigner4 project. MySQL Workbench is available as a native GUI tool
|
2013-11-06 19:08:00 +01:00
|
|
|
on Windows, Linux, and OS X in different editions.
|
2010-12-11 18:37:07 +01:00
|
|
|
|
|
|
|
MySQL Workbench provides DBAs and developers an integrated tools
|
|
|
|
environment for:
|
|
|
|
* Database Design & Modeling
|
|
|
|
* SQL Development (replacing MySQL Query Browser)
|
|
|
|
* Database Administration (replacing MySQL Administrator)
|
|
|
|
|
2012-09-14 06:03:21 +02:00
|
|
|
You need to allow MySQL to accept incoming connections from outside:
|
|
|
|
Remove or comment this line: SKIP="--skip-networking" and then do:
|
|
|
|
/etc/rc.d/rc.mysqld restart
|
2014-01-06 16:56:11 +01:00
|
|
|
|
|
|
|
Note: MySQL Workbench will be built against Python 2.7 even when Python 3.x
|
|
|
|
is installed on your system
|