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
NOTE: You may need to run mysql_upgrade if mysql-workbench could not
fetch your metadata. You may need to add this into /etc/ld.so.conf:
/usr/lib{64}/mysql-workbench
This requires: proj, antlr4, ctemplate, rapidjson, unixODBC, vsqlite++, python2-paramiko, jdk19
Maintained by: Willy Sudiarto Raharjo
Keywords: mysql,mysql-workbench,sql,dba,workbench
ChangeLog: mysql-workbench
Homepage:
https://www.mysql.com/downloads/workbench/
Download SlackBuild:
mysql-workbench.tar.gz
mysql-workbench.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds