Created
June 4, 2018 20:40
-
-
Save oliverangelil/64d707e8e3582e748ea8fe5b5e68f3a1 to your computer and use it in GitHub Desktop.
port install mysql57 note
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql57 has the following notes: | |
On activation if no /opt/local/etc/mysql57/my.cnf file exists one | |
will be created which loads | |
/opt/local/etc/mysql57/macports-default.cnf. | |
If a /opt/local/etc/mysql57/my.cnf file exists MacPorts does not | |
touch it and any changes you make to /opt/local/etc/mysql57/my.cnf | |
will be preserved (e.g., during port upgrades, deactivations or | |
activations). /opt/local/etc/mysql57/my.cnf is a good place to | |
customize your mysql57 installation. | |
Any changes made to /opt/local/etc/mysql57/macports-default.cnf | |
will be lost during port upgrades, deactivations or activations so you | |
are advised to not make changes here. Currently | |
/opt/local/etc/mysql57/macports-default.cnf contains only one | |
directive; to disable networking. With disabled networking it is | |
possible to install and have running all the MacPorts mysql ports | |
simultaneously. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment