일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- spring
- ElasticSearch
- JVM
- heap메모리
- slave node
- 자바
- nodejs
- 엘라스틱서치
- 시스템운영
- springboot
- Java
- DB
- 리눅스
- sql
- 스프링
- npm
- 트랜잭션
- Gradle
- orm
- Apach
- 마이바티스
- Elk
- mysql
- 레드마인
- mybatis
- Stash
- 아파치
- Git
- Bitbucket
- SonarQube
Archives
- Today
- Total
목록charset (1)
프로그래머호이잇
MYSQL DB, TABLE char set 변경 방법
char set 확인 방법 SELECT default_character_set_name FROM information_schema.SCHEMATA SWHERE schema_name = 디비명; show CREATE DATABASE 디비명;show CREATE TABLE 테이블명; --------------------------------DB 케릭터셋 변경 use mysql;SET character_set_client = utf8;SET character_set_results = utf8;SET character_set_connection = utf8;ALTER DATABASE gamehada DEFAULT CHARACTER SET utf8; -------------------------table 케릭터셋..
DB
2017. 9. 7. 11:48