slackbuilds_ponce/development/mysql-workbench/README
Willy Sudiarto Raharjo 5c0c01fbed development/mysql-workbench: Force building over python-2.7.
(In case python-3.x is also installed)

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2014-01-07 11:13:07 -06:00

17 lines
759 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
Note: MySQL Workbench will be built against Python 2.7 even when Python 3.x
is installed on your system