Advertisement
Guest User

Untitled

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