diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:35:05 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:26 +0700 |
commit | 931156c840f80b8c3402f88eeff36cf7e3d7975d (patch) | |
tree | 4e37587edd5a0cfca13560183a9381d011e85738 | |
parent | 296a77477ac0790532d47fa3e370e68be785d3ca (diff) | |
download | slackbuilds-931156c840f80b8c3402f88eeff36cf7e3d7975d.tar.gz |
development/mysql-workbench: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/mysql-workbench/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/development/mysql-workbench/README b/development/mysql-workbench/README index 8a3181ae40..6acb10bc12 100644 --- a/development/mysql-workbench/README +++ b/development/mysql-workbench/README @@ -1,7 +1,8 @@ -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 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: @@ -13,5 +14,5 @@ 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: MySQL Workbench will be built against Python 2.7 even when +Python 3.x is installed on your system |