Skip to content

Instantly share code, notes, and snippets.

@oliverangelil
Created June 4, 2018 20:40
Show Gist options
  • Save oliverangelil/64d707e8e3582e748ea8fe5b5e68f3a1 to your computer and use it in GitHub Desktop.
Save oliverangelil/64d707e8e3582e748ea8fe5b5e68f3a1 to your computer and use it in GitHub Desktop.
port install mysql57 note
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