mysql容器里不能识别中文输入

mysql容器里输入中文不能使用,查看locale,字符不能识别:

mysql容器里不能识别中文输入

解决:echo "export LANG=C.UTF-8" >>/etc/profile && source /etc/profile 

如果是在宿主机,解决方法:

echo "export LANG=en_US.UTF-8" >> /etc/profile && echo "export LC_ALL=en_US.UTF-8" >> /etc/profile && echo "export LC_CTYPE=en_US.UTF-8" >> /etc/profile && 

source /etc/profile

结束。

mysql容器里不能识别中文输入

上一篇:记录一个SQL语句 case select 1


下一篇:install xshell,xftp