diff options
Diffstat (limited to 'development/mysql-workbench/README')
-rw-r--r-- | development/mysql-workbench/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/mysql-workbench/README b/development/mysql-workbench/README index 6acb10bc12..801fea0b6b 100644 --- a/development/mysql-workbench/README +++ b/development/mysql-workbench/README @@ -16,3 +16,8 @@ Remove or comment this line: SKIP="--skip-networking" and then do: 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 |