https://getinthere.tistory.com/17
스프링부트 with JPA 블로그 3강 - MySQL 한글 설정 및 연결
1. MySQL 한글 설정 my.ini 파일 MySQL 재시작 [client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] collation-server = utf8_unicode_ci init-connect='SET NAMES utf8' init_conn..
getinthere.tistory.com





--------------
database가 latin1로 나온다면




'Database > MySQL' 카테고리의 다른 글
mysql 외래키 foreign key 설정 (0) | 2020.06.24 |
---|---|
mysql 시퀀스 auto_increment 생성 초기화 (0) | 2020.06.23 |
mysql ssl 오류 났을 경우 (0) | 2020.06.23 |
my SQL 자바와 연결하기 (0) | 2020.06.22 |
mySQL 설치 (0) | 2020.06.19 |