File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 4343 distro :
4444 - rockylinux8
4545 - rockylinux9
46+ - rockylinux10
4647 - ubuntu2204
4748 - ubuntu2004
49+ - debian13
4850 - debian12
4951 - debian11
5052
Original file line number Diff line number Diff line change 1+ ---
2+ __mysql_daemon : mariadb
3+ __mysql_packages :
4+ - default-mysql-server
5+ mysql_log_file_group : adm
6+ __mysql_slow_query_log_file : /var/log/mysql/mariadb-slow.log
7+ __mysql_log_error : /var/log/mysql/mysql.log
8+ __mysql_syslog_tag : mysqld
9+ __mysql_pid_file : /run/mysqld/mysqld.pid
10+ __mysql_config_file : /etc/mysql/my.cnf
11+ __mysql_config_include_dir : /etc/mysql/conf.d
12+ __mysql_socket : /run/mysqld/mysqld.sock
13+ __mysql_supports_innodb_large_prefix : false
Original file line number Diff line number Diff line change 1+ ---
2+ __mysql_daemon : mariadb
3+ __mysql_packages :
4+ - mariadb
5+ - mariadb-server
6+ - mariadb-connector-c
7+ - python3-PyMySQL
8+ - perl-DBD-MySQL
9+ __mysql_slow_query_log_file : /var/log/mysql-slow.log
10+ __mysql_log_error : /var/log/mariadb/mariadb.log
11+ __mysql_syslog_tag : mariadb
12+ __mysql_pid_file : /var/run/mariadb/mariadb.pid
13+ __mysql_config_file : /etc/my.cnf
14+ __mysql_config_include_dir : /etc/my.cnf.d
15+ __mysql_socket : /var/lib/mysql/mysql.sock
16+ # The entries controlled by this value should not be used with MariaDB >= 10.2.2
17+ # See https://github.com/frappe/bench/issues/681#issuecomment-398984706
18+ __mysql_supports_innodb_large_prefix : false
You can’t perform that action at this time.
0 commit comments