Fix variable par défaut manquante dans mysql

Le lower_case_table_names doit être mis à Null pour que le check marche.
This commit is contained in:
Patrick Marchand 2020-06-10 10:37:36 -04:00 committed by Gitea
parent 7f65505f01
commit 9bfbbf08c4
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ mysql_query_cache_size: Null
mysql_max_allowed_packet: Null mysql_max_allowed_packet: Null
mysql_force_custom_config: 'no' mysql_force_custom_config: 'no'
mysql_innodb_log_file_size: Null mysql_innodb_log_file_size: Null
mysql_lower_case_table_names: Null
mysql_cron_optimize: True mysql_cron_optimize: True
mysql_cron_optimize_frequency: weekly mysql_cron_optimize_frequency: weekly
@ -53,3 +54,4 @@ mysql_server_id: null
mysql_bind_address: null mysql_bind_address: null
mysql_repl_password: '' mysql_repl_password: ''
mysql_read_only: 0 mysql_read_only: 0