Advertisement
Dak990

Untitled

Jul 27th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. [mysqld]
  2. collation-server = utf8_general_ci
  3. character-set-server = utf8
  4. local-infile=0
  5. innodb_file_per_table = 1
  6. pid-file = /var/run/mysqld/mysqld.pid
  7. datadir=/var/lib/mysql
  8. socket=/var/lib/mysql/mysql.sock
  9. # Disabling symbolic-links is recommended to prevent assorted security risks
  10. symbolic-links=0
  11. bind-address = 127.0.0.1
  12. # Settings user and group are ignored when systemd is used.
  13. # If you need to run mysqld under a different user or group,
  14. # customize your systemd unit file for mariadb according to the
  15. # instructions in http://fedoraproject.org/wiki/Systemd
  16.  
  17. [mysqld_safe]
  18. log-error=/var/log/mariadb/mariadb.log
  19. pid-file=/var/run/mariadb/mariadb.pid
  20.  
  21. #
  22. # include all files from the config directory
  23. #
  24. !includedir /etc/my.cnf.d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement