mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/mysql-workbench: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
296a77477a
commit
931156c840
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue