2023-10-17 mysql-配置主从-记录
mysql配置主从_mysql主从配置_Tyler唐的博客-CSDN博客
- #
- # This group are read by MySQL server.
- # Use it for options that only the server (but not clients) should see
- #
- # For advice on how to change settings please see
- # http://dev.mysql.com/doc/refman/en/server-configuration-defaults.html
-
- # 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 mysqld according to the
- # instructions in http://fedoraproject.org/wiki/Systemd
-
- [mysqld]
- datadir=/var/lib/mysql
- socket=/var/lib/mysql/mysql.sock
- lo