pangxia75 发表于 2018-9-30 10:20:58

LAMP简介与MySQL安装

  datadir=/data/mysql
  socket=/tmp/mysql.sock
  # Disabling symbolic-links is recommended to prevent assorted security risks
  > symbolic-links=0
  # Settings user and group are ignored when systemd is used.
  # If you need to run mysqld under a different user or group,
  # customize your systemd unit file for mariadb according to the
  # instructions in http://fedoraproject.org/wiki/Systemd
  
  #log-error=/var/log/mariadb/mariadb.log
  #pid-file=/var/run/mariadb/mariadb.pid
  #
  # include all files from the config directory
  #
  #!includedir /etc/my.cnf.d
  #

页: [1]
查看完整版本: LAMP简介与MySQL安装