my.cnf 360 B

123456789101112131415
  1. # The MySQL Client configuration file.
  2. #
  3. # For explanations see
  4. # http://dev.mysql.com/doc/mysql/en/server-system-variables.html
  5. [mysql]
  6. [mysqld]
  7. sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
  8. character-set-server=utf8
  9. default-authentication-plugin=mysql_native_password
  10. [client]
  11. user=root
  12. password="root"