aboutsummaryrefslogtreecommitdiff
path: root/utils/mariadb/files/mysqld.config
blob: e33adefc8bccf61e3617e49041d1263b5b17a695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 now database, create an empty one automatically
    option init '1'
    # If upgrading old database, run mysql_upgrade during restart
    option upgrade '1'