This is an old revision of the document!


MySQL

테이블 인코딩을 확인하는 방법

  • show create tables [TABLENAME]
  • select * from [TABLENAME] limit 1
  • show full columns form [TABLENAME]