Advertisement
Guest User

my.cnf

a guest
Sep 13th, 2017
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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. # For explanations see
  20. # http://dev.mysql.com/doc/mysql/en/server-system-variables.html
  21.  
  22. #
  23. # * IMPORTANT: Additional settings that can override those from this file!
  24. # The files must end with '.cnf', otherwise they'll be ignored.
  25. #
  26.  
  27. !includedir /etc/mysql/conf.d/
  28. !includedir /etc/mysql/mysql.conf.d/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement