/etc/mysql/mariadb.cnf

1 개요[ | ]

mariadb.cnf
/etc/mysql/mariadb.cnf
MariaDB 10.4.8 예시
# MariaDB-specific config file.
# Read by /etc/mysql/my.cnf

[client]
# Default is Latin1, if you need UTF-8 set this (also in server section)
#default-character-set = utf8 

[mysqld]
#
# * Character sets
# 
# Default is Latin1, if you need UTF-8 set all this (also in client section)
#
#character-set-server  = utf8 
#collation-server      = utf8_general_ci 
#character_set_server   = utf8 
#collation_server       = utf8_general_ci 
# Import all .cnf files from configuration directory
!includedir /etc/mysql/mariadb.conf.d/
→ 의미 있는 것은 마지막행 뿐인데, /etc/mysql/mariadb.conf.d/ 디렉토리는 비어 있다.

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}