Advertisement
iarmin

Mysql charset fix

May 1st, 2011
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. # insert into /etc/mysql/my.cnf
  2. #
  3. #: Title       : Mysql-server utf-8 charset fix
  4. #: Author      : "Iarmin" <[email protected]>
  5. #: Version     : 0.9
  6. #: Description : Mysql-server UTF-8 charset fix
  7. #
  8.  
  9.  
  10. default-character-set=utf8
  11. default-collation=utf8_unicode_ci
  12. character_set_server=utf8
  13. collation_server=utf8_unicode_ci
  14. init-connect="SET NAMES utf8, collation_connection=utf8_unicode_ci"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement