diff options
Diffstat (limited to 'development/mysql-workbench/README')
-rw-r--r-- | development/mysql-workbench/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/mysql-workbench/README b/development/mysql-workbench/README index 06243cfa67..f9b79a2e95 100644 --- a/development/mysql-workbench/README +++ b/development/mysql-workbench/README @@ -11,12 +11,19 @@ environment for: * Database Administration (replacing MySQL Administrator) You need to allow MySQL to accept incoming connections from outside: +For Slackware 15.0, this option is in /etc/rc.d/rc.mysqld. Remove or comment this line: SKIP="--skip-networking" and then do: /etc/rc.d/rc.mysqld restart +NOTE: For current, this option is moved to /etc/default/mariadb +Remove --skip-networking from MARIADB_OPTIONS line + 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 + +NOTE: This script requires a lot of RAM in order to build. If you have +small amount of memory, please consider adding zram. |