Bug #82923 | OSX MySQL upgrade instructions seem to be missing | ||
---|---|---|---|
Submitted: | 9 Sep 2016 12:49 | Modified: | 9 Sep 2016 12:58 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Open | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 5.7.15 | OS: | MacOS (10.11.6) |
Assigned to: | CPU Architecture: | Any | |
Tags: | upgrade instructions OSX |
[9 Sep 2016 12:49]
Simon Mudd
[9 Sep 2016 12:58]
Simon Mudd
Also given that typical setup start MySQL with these commands: ... --datadir=/usr/local/mysql/data and the fact that /usr/local/mysql is actually a symlink of the form: $ ls -l /usr/local/mysql lrwxr-xr-x 1 root wheel 28 Sep 9 14:13 /usr/local/mysql -> mysql-5.7.15-osx10.11-x86_64 then obviously any packages updates which change this break the previous setup. Consequently suggestions on what's needed to move datadir out of this directory to prevent this would probably make things much easier for people.