mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
Rename mysql_ -> mariadb_
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
mysql_bind_address: '0.0.0.0'
|
||||
mysql_extra_configuration:
|
||||
mariadb_bind_address: '0.0.0.0'
|
||||
mariadb_extra_configuration:
|
||||
innodb_commit_concurrency: 0
|
||||
mysql_use_percona_apt: true
|
||||
mysql_install_xtrabackup_package: true
|
||||
mysql_slow_query_log_enabled: true
|
||||
mariadb_use_percona_apt: true
|
||||
mariadb_install_xtrabackup_package: true
|
||||
mariadb_slow_query_log_enabled: true
|
||||
|
||||
Reference in New Issue
Block a user