Advertisement
Guest User

Untitled

a guest
Apr 24th, 2016
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #
  2. # The MySQL database server configuration file.
  3. #
  4. # You can copy this to one of:
  5. # - "/etc/mysql/my.cnf" to set global options,
  6. # - "~/.my.cnf" to set user-specific options.
  7. #
  8. # One can use all long options that the program supports.
  9. # Run program with --help to get a list of available options and with
  10. # --print-defaults to see which it would actually understand and use.
  11. #
  12. # For explanations see
  13. # http://dev.mysql.com/doc/mysql/en/server-system-variables.html
  14.  
  15. #
  16. # * IMPORTANT: Additional settings that can override those from this file!
  17. # The files must end with '.cnf', otherwise they'll be ignored.
  18. #
  19.  
  20. !includedir /etc/mysql/conf.d/
  21. !includedir /etc/mysql/mysql.conf.d/
  22. ##
  23. [mysqld]
  24. sql_mode = NO_ENGINE_SUBSTITUTION
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement