12 lines
303 B
YAML
12 lines
303 B
YAML
mysql_version: 10.2
|
|
mysql_root_db_pass: SupahSecure
|
|
mysql_config_file: /etc/mysql/conf.d/mysql.cnf
|
|
|
|
# section: the section of the ini file
|
|
# option: the key of the key value
|
|
# value: the value of the key value
|
|
mysql_custom_rules: []
|
|
# - section: mysqld
|
|
# option: max_allowed_packet
|
|
# value: 512M
|