slackbuilds_ponce/development/mysql-workbench/README
Willy Sudiarto Raharjo ece4d0fe75 development/mysql-workbench-gpl: Renamed to mysql-workbench and Updated for version 6.0.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-11-06 15:14:31 -06:00

14 lines
654 B
Text

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
on Windows, Linux, and OS X in different editions.
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)
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