mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-26 13:19:23 +01:00
etc: import mariadb conf.d
This commit is contained in:
parent
ffec25dc71
commit
44b2b2ada9
3
etc/mysql/conf.d/feedback.cnf
Normal file
3
etc/mysql/conf.d/feedback.cnf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[mysqld]
|
||||||
|
feedback=ON
|
||||||
|
|
7
etc/mysql/conf.d/performance.cnf
Normal file
7
etc/mysql/conf.d/performance.cnf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[mysqld]
|
||||||
|
performance_schema = off
|
||||||
|
|
||||||
|
[mariadb]
|
||||||
|
aria_pagecache_buffer_size = 32m
|
||||||
|
aria_sort_buffer_size = 32m
|
||||||
|
|
4
etc/mysql/conf.d/unicode.cnf
Normal file
4
etc/mysql/conf.d/unicode.cnf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[mysqld]
|
||||||
|
init-connect='SET NAMES utf8'
|
||||||
|
character-set-server=utf8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user