Saltstack Official Galera Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
324B

  1. [client]
  2. host = localhost
  3. user = debian-sys-maint
  4. password = {{ pillar['mysql_config']['maintenance_password'] }}
  5. socket = /var/run/mysqld/mysqld.sock
  6. [mysql_upgrade]
  7. host = localhost
  8. user = debian-sys-maint
  9. password = {{ pillar['mysql_config']['maintenance_password'] }}
  10. socket = /var/run/mysqld/mysqld.sock
  11. basedir = /usr