pacemakerd vip 如何配置oceanbase集群哈 mysqll
配置MySQL
[shell]# pcs resource create MySQL ocfmysql \
binary="/usr/bin/mysqld_safe" config="/etc/my.cnf" datadir="/var/lib/mysql" \
pid="/var/run/mysqld/mysql.pid" socket="/tmp/mysql.sock" \
op start timeout=180s op stop timeout=180s op monitor interval=20s timeout=60s
这里如何配置呢