Skip to content

Instantly share code, notes, and snippets.

@zhengxiaowai
Last active December 27, 2016 09:42
Show Gist options
  • Save zhengxiaowai/ebc9bdd5210fec74a8a67fbddae5273e to your computer and use it in GitHub Desktop.
Save zhengxiaowai/ebc9bdd5210fec74a8a67fbddae5273e to your computer and use it in GitHub Desktop.
mysql5.7 配置 utf8
# /etc/mysql/mysql.conf.d/mysqld.cnf
[mysqld]
character-set-server=utf8
collation-server=utf8_general_ci
@zhengxiaowai
Copy link
Author

GRANT replication slave ON *.* TO 'slave'@'%' IDENTIFIED BY 'password'

@zhengxiaowai
Copy link
Author

ALTER TABLE t_yejr CONVERT TO CHARACTER SET UTF8;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment