slackbuilds/development/mysql-workbench
Andrew Clemons e8f0c57e3e
development/mysql-workbench: Add network warning to README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-07 13:59:22 +07:00
..
0003-include-list.patch development/mysql-workbench: Add upstream patch. 2022-04-24 01:47:20 +07:00
README development/mysql-workbench: Add network warning to README. 2022-05-07 13:59:22 +07:00
boost-1.73.0.patch development/mysql-workbench: Updated for version 8.0.23. 2021-04-19 13:16:15 +07:00
config_and_ifconfig_paths.patch
doinst.sh development/mysql-workbench: Update doinst.sh. 2017-01-09 20:18:25 +00:00
mysql-workbench.SlackBuild development/mysql-workbench: Updated for version 8.0.29. 2022-04-30 13:52:08 +07:00
mysql-workbench.info development/mysql-workbench: Updated for version 8.0.29. 2022-04-30 13:52:08 +07:00
slack-desc development/mysql-workbench: Updated for version 6.3.9. 2017-02-10 07:16:25 +07:00
slackware_linux_profile.xml development/mysql-workbench: Updated for version 8.0.24. 2021-04-23 10:47:09 +07:00

README

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

Warning: This SlackBuild requires network access when it runs, meaning
it downloads files from the Internet with root access. You should
decide for yourself whether or not you think this is a good idea.