Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mariadb 10.3 #452

Open
ShiningD opened this issue Sep 13, 2018 · 1 comment
Open

mariadb 10.3 #452

ShiningD opened this issue Sep 13, 2018 · 1 comment

Comments

@ShiningD
Copy link

ShiningD commented Sep 13, 2018

maraiaDB 파일 포맷 선택시, 10.3 이후는 아래와 같이 생략해야 합니다.
인식을 못하더라구요..
참고 내용

YONA 문서에서 수정이 필요한 문서

For MariaDB <= 10.2

[client]
default-character-set=utf8mb4

[mysql]
default-character-set=utf8mb4

[mysqld]
innodb-file-format=barracuda
innodb_file_format_max=barracuda
innodb-large-prefix=1
init-connect='SET NAMES utf8mb4'
lower_case_table_names=1
character-set-server=utf8mb4
collation-server=utf8mb4_unicode_ci

For MariaDB >= 10.3

# [client]
# default-character-set=utf8mb4

[mysql]
default-character-set=utf8mb4

[mysqld]
# innodb-file-format=barracuda
# innodb_file_format_max=barracuda
# innodb-large-prefix=1
init-connect='SET NAMES utf8mb4'
lower_case_table_names=1
character-set-server=utf8mb4
collation-server=utf8mb4_unicode_ci

# skip client char-set
skip-character-set-client-handshake
@bokdol
Copy link

bokdol commented Jan 31, 2019

아... 저도 이거 때문에 한참 헤맸습니다... 정보 공유 감사드리며... YONA 문서 업데이트 필요해 보이네요..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants