Advertisement
Guest User

my.cnf

a guest
Jul 12th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Use default MacPorts settings
  2. !include /opt/local/etc/mysql57/macports-default.cnf
  3.  
  4. [mysqld]
  5. character-set-server=utf8
  6. collation-server=utf8_general_ci
  7.  
  8. sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement