aboutsummaryrefslogtreecommitdiff
path: root/utils/mariadb/files/mysqld.config
blob: a0c0bedb700d32ced5659923b7b2d963a4a431dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config mysqld 'general'
    # Unless enable, MariaDB will not start without this
    option enabled '0'
    # User to run MariaDB as
    option user 'mariadb'
    # Group to run MariaDB
    option group 'mariadb'
    # If there is no database, create an empty one automatically
    option init '1'
    # If upgrading old database, run mysql_upgrade during restart
    option upgrade '1'