mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			57 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| #
 | |
| # These groups are read by MariaDB server.
 | |
| # Use it for options that only the server (but not clients) should see
 | |
| #
 | |
| 
 | |
| # this is read by the standalone daemon and embedded servers
 | |
| [server]
 | |
| 
 | |
| # This group is only read by MariaDB servers, not by MySQL.
 | |
| # If you use the same .cnf file for MySQL and MariaDB,
 | |
| # you can put MariaDB-only options here
 | |
| [mariadb]
 | |
| 
 | |
| #
 | |
| # * Enable the Feedback plugin and submit anonymous usage information
 | |
| #
 | |
| # Feedback plugin collects basic anonymous statistical information that can be
 | |
| # used by the developers to improve MariaDB. This is an easy way to help with
 | |
| # MariaDB development. Collected statistics can be viewed at
 | |
| # http://mariadb.org/feedback-plugin
 | |
| #feedback=ON
 | |
| 
 | |
| # This group is read by both MariaDB and MySQL servers
 | |
| [mysqld]
 | |
| 
 | |
| #
 | |
| # * Galera-related settings
 | |
| #
 | |
| [galera]
 | |
| # Mandatory settings
 | |
| #wsrep_on=ON
 | |
| #wsrep_provider=
 | |
| #wsrep_cluster_address=
 | |
| #binlog_format=row
 | |
| #default_storage_engine=InnoDB
 | |
| #innodb_autoinc_lock_mode=2
 | |
| #
 | |
| # Allow server to accept connections on all interfaces.
 | |
| #
 | |
| #bind-address=0.0.0.0
 | |
| #
 | |
| # Optional setting
 | |
| #wsrep_slave_threads=1
 | |
| #innodb_flush_log_at_trx_commit=0
 | |
| 
 | |
| # this is only for embedded server
 | |
| [embedded]
 | |
| 
 | |
| # This group is only read by MariaDB servers, not by MySQL.
 | |
| # If you use the same .cnf file for MySQL and MariaDB,
 | |
| # you can put MariaDB-only options here
 | |
| [mariadb]
 | |
| 
 | |
| # This group is only read by MariaDB-11.8 servers.
 | |
| # If you use the same .cnf file for MariaDB of different versions,
 | |
| # use this group for options that older servers don't understand
 | |
| [mariadb-11.8]
 | 
