본문 바로가기

프로그래머호이잇

검색하기
프로그래머호이잇
프로필사진 호이잇!

  • 호이잇 프로그래밍 (77)
    • java (19)
    • 시스템운영 (32)
    • NodeJS (5)
    • DB (7)
    • git (4)
    • 아키텍처패턴 (5)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • 게임하다
«   2025/08   »
일 월 화 수 목 금 토
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
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록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
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바