Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # insert into /etc/mysql/my.cnf
- #
- #: Title : Mysql-server utf-8 charset fix
- #: Author : "Iarmin" <[email protected]>
- #: Version : 0.9
- #: Description : Mysql-server UTF-8 charset fix
- #
- default-character-set=utf8
- default-collation=utf8_unicode_ci
- character_set_server=utf8
- collation_server=utf8_unicode_ci
- init-connect="SET NAMES utf8, collation_connection=utf8_unicode_ci"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement