mirror of
https://github.com/webmin/webmin.git
synced 2026-05-06 07:10:29 +01:00
Fix to install correct MariaDB config on Ubuntu 26.04
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
This commit is contained in:
24
mysql/config-Ubuntu-Linux-26.04-ALL
Normal file
24
mysql/config-Ubuntu-Linux-26.04-ALL
Normal file
@@ -0,0 +1,24 @@
|
||||
access=*: *
|
||||
add_mode=1
|
||||
blob_mode=0
|
||||
date_subs=0
|
||||
login=root
|
||||
max_dbs=50
|
||||
max_text=1000
|
||||
my_cnf=/etc/mysql/my.cnf
|
||||
mysql=/usr/bin/mariadb
|
||||
mysql_data=/var/lib/mysql
|
||||
mysql_libs=
|
||||
mysqladmin=/usr/bin/mariadb-admin
|
||||
mysqldump=/usr/bin/mariadb-dump
|
||||
mysqlimport=/usr/bin/mariadb-import
|
||||
mysqlshow=/usr/bin/mariadb-show
|
||||
nodbi=0
|
||||
nopwd=0
|
||||
passwd_mode=0
|
||||
perpage=25
|
||||
ssl=0
|
||||
start_cmd=systemctl start mariadb
|
||||
stop_cmd=systemctl stop mariadb
|
||||
style=1
|
||||
webmin_subs=0
|
||||
Reference in New Issue
Block a user