mirror of
https://github.com/webmin/webmin.git
synced 2026-06-22 12:10:28 +01:00
* The MySQL module in Alpine it lacks default values. This change uses the necessary values for the module to function. * These values work for any version of Alpine Linux from 3.8 to Edge, since MariaDB is and always has been the default package. * The tools server package was included in the package instalation * Missing changelog entries were included
26 lines
469 B
Plaintext
26 lines
469 B
Plaintext
start_cmd=rc-service mariadb start
|
|
mysql=/usr/bin/mariadb
|
|
mysqld=/usr/bin/mariadbd
|
|
mysqldump=/usr/bin/mysqldump
|
|
mysqlimport=/usr/bin/mariadb-import
|
|
mysql_libs=/usr/lib/mariadb/plugin
|
|
mysqladmin=/usr/bin/mariadb-admin
|
|
mysqlshow=/usr/bin/mariadb-show
|
|
perpage=25
|
|
style=1
|
|
add_mode=1
|
|
nodbi=0
|
|
access=*: *
|
|
blob_mode=0
|
|
date_subs=0
|
|
passwd_mode=0
|
|
mysql_data=/var/lib/mysql
|
|
max_dbs=50
|
|
my_cnf=/etc/my.cnf
|
|
max_text=1000
|
|
nopwd=0
|
|
webmin_subs=0
|
|
ssl=0
|
|
stop_cmd=rc-service mariadb stop
|
|
|