Created
November 3, 2016 11:02
-
-
Save satanTime/675749f4767cc8bdc8218ed8aa027aea to your computer and use it in GitHub Desktop.
MySQL 5.7 by macports for macos
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
# Use default MacPorts settings | |
!include /opt/local/etc/mysql57/macports-default.cnf | |
[mysqld] | |
skip-networking = 0 | |
bind-address = 172.16.0.1 | |
default-storage-engine = MyISAM | |
explicit_defaults_for_timestamp = 1 | |
lower_case_table_names=2 | |
default_password_lifetime=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment