diff options
Diffstat (limited to 'development/mysql-workbench/README')
-rw-r--r-- | development/mysql-workbench/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/development/mysql-workbench/README b/development/mysql-workbench/README new file mode 100644 index 0000000000..9afc1c8f09 --- /dev/null +++ b/development/mysql-workbench/README @@ -0,0 +1,14 @@ +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 |