차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
mysql_mariadb_한글_사용을_위한_utf-8_설정 [2015/03/06 09:20] – admin | mysql_mariadb_한글_사용을_위한_utf-8_설정 [2017/09/21 04:02] (현재) – koov | ||
---|---|---|---|
줄 1: | 줄 1: | ||
- | < | + | ===== MariaDB UTF-8 설정 ===== |
+ | |||
+ | <WRAP prewrap> | ||
+ | <code bash> | ||
+ | character_set_server=utf8mb4 | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== MySQL UTF-8 설정 ===== | ||
+ | |||
+ | <WRAP prewrap> | ||
+ | < | ||
# | # | ||
# The MySQL database server configuration file. | # The MySQL database server configuration file. | ||
줄 16: | 줄 28: | ||
# This will be passed to all mysql clients | # This will be passed to all mysql clients | ||
# It has been reported that passwords should be enclosed with ticks/ | # It has been reported that passwords should be enclosed with ticks/ | ||
- | # escpecially if they contain "#" | ||
- | # Remember to edit / | ||
- | [client] | ||
- | port = 3306 | ||
- | socket | ||
# escpecially if they contain "#" | # escpecially if they contain "#" | ||
# Remember to edit / | # Remember to edit / | ||
줄 137: | 줄 144: | ||
# The files must end with ' | # The files must end with ' | ||
</ | </ | ||
+ | </ |