Skip to content

Instantly share code, notes, and snippets.

@satanTime
Created November 3, 2016 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satanTime/675749f4767cc8bdc8218ed8aa027aea to your computer and use it in GitHub Desktop.
Save satanTime/675749f4767cc8bdc8218ed8aa027aea to your computer and use it in GitHub Desktop.
MySQL 5.7 by macports for macos
# 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