Group | Description
|
[client-server] | Options read by all MariaDB client programs and the MariaDB Server. This is useful for options like socket and port, which is common between the server and the clients.
|
[server] | Options read by MariaDB Server.
|
[mysqld] | Options read by mysqld, which includes both MariaDB Server and MySQL Server.
|
[mysqld-X.Y] | Options read by a specific version of mysqld, which includes both MariaDB Server and MySQL Server. For example, [mysqld-10.4].
|
[mariadb] | Options read by MariaDB Server.
|
[mariadb-X.Y] | Options read by a specific version of MariaDB Server. For example, [mariadb-10.4].
|
[mariadbd] | Options read by MariaDB Server. Available starting with MariaDB 10.4.6.
|
[mariadbd-X.Y] | Options read by a specific version of MariaDB Server. For example, [mariadbd-10.4]. Available starting with MariaDB 10.4.6.
|
[galera] | Options read by MariaDB Server, but only if it is compiled with Galera Cluster support. In MariaDB 10.1 and later, all builds on Linux are compiled with Galera Cluster support. When using one of these builds, options from this option group are read even if the Galera Cluster functionality is not enabled.
|
X.Y in the examples above refer to the base (major.minor) version of the server.
For example, MariaDB 10.3.10 would read from [mariadb-10.3]. By using the
mariadb-X.Y syntax, one can create option files that have MariaDB-only options
in the MariaDB-specific option groups. That would allow the option file to work
for both MariaDB and MySQL.
Group | Description
|
[mysqld_safe] | Options read by mysqld_safe, which includes both MariaDB Server and MySQL Server.
|
[safe_mysqld] | Options read by mysqld_safe, which includes both MariaDB Server and MySQL Server.
|
[mariadbd-safe] | Options read by mysqld_safe from MariaDB Server. Available starting with MariaDB 10.4.6.
|
[mariadb_safe] | Options read by mysqld_safe from MariaDB Server. Deprecated, please avoid using this.
|
[mariabackup] | Options read by Mariabackup. Available starting with MariaDB 10.1.31 and MariaDB 10.2.13.
|
[xtrabackup] | Options read by Mariabackup and Percona XtraBackup.
|
[mysql_upgrade] | Options read by mysql_upgrade, which includes both MariaDB Server and MySQL Server.
|
[mariadb-upgrade] | Options read by mariadb-upgrade. Available starting with MariaDB 10.4.6.
|
[sst] | Specific options read by the mariabackup SST method and the xtrabackup-v2 SST method.
|
[mysql] | Options read by mysql, which includes both MariaDB Server and MySQL Server.
|
[mariadb-client] | Options read by mariadb. Available starting with MariaDB 10.4.6.
|
[mysqldump] | Options read by mysqldump, which includes both MariaDB Server and MySQL Server.
|
[mariadb-dump] | Options read by mariadb-dump. Available starting with MariaDB 10.4.6.
|
[mysqlimport] | Options read by mysqlimport, which includes both MariaDB Server and MySQL Server.
|
[mariadb-import] | Options read by mariadb-import. Available starting with MariaDB 10.4.6.
|
[mysqlbinlog] | Options read by mysqlbinlog, which includes both MariaDB Server and MySQL Server.
|
[mariadb-binlog] | Options read by mariadb-binlog. Available starting with MariaDB 10.4.6.
|
[mysqladmin] | Options read by mysqladmin, which includes both MariaDB Server and MySQL Server.
|
[mariadb-admin] | Options read by mariadb-admin. Available starting with MariaDB 10.4.6.
|
[mysqlshow] | Options read by mysqlshow, which includes both MariaDB Server and MySQL Server.
|
[mariadb-show] | Options read by mariadb-show. Available starting with MariaDB 10.4.6.
|
[mysqlcheck] | Options read by mariadb-check, which includes both MariaDB Server and MySQL Server.
|
[mariadb-check] | Options read by mariadb-check. Available starting with MariaDB 10.4.6.
|
[mysqlslap] | Options read by mysqlslap, which includes both MariaDB Server and MySQL Server.
|
[mariadb-slap] | Options read by mariadb-slap. Available starting with MariaDB 10.4.6.
|
[odbc] | Options read by MariaDB Connector/ODBC, but only if the USE_MYCNF parameter has been set.
|