• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

Ubuntu下MYSQL的中文输入简析_MySQL

mysql 搞代码 4年前 (2022-01-09) 17次浏览 已收录 0个评论

Ubuntu

gaodaima.com
Ubuntu的MYSQL使用apt-get安装的,直接跳过了配置的过程,所以默认不能输入中文; 1.查找MySQL的cnf文件的位置
find / -iname '*.cnf' -print /etc/ssl/openssl.cnf/etc/mysql/debian.cnf/etc/mysql/conf.d/mysqld_safe_syslog.cnf/etc/mysql/my.cnf/usr/share/doc/mysql-server-5.1/examples/my-small.cnf/u本文来源gao@dai!ma.com搞$代^码!网7sr/share/ssl-cert/ssleay.cnf /usr/lib/ssl/openssl.cnf 2. 直接配置/etc/mysql/my.cnf文件 3. 修改my.cnf
vi /etc/my.cnf在[client]下添加default-character-set=utf8在[mysqld]下添加default-character-set=utf8 4.重新启动MySQL
[root@bogon ~]# sudo /etc/init.d/mysql restartShutting down MySQL [ 确定 ]Starting MySQL. [ 确定 ][root@bogon ~]# mysql -u root -pEnter password:Welcome to the MySQL monitor. Commands end with ; or /g.Your MySQL connection id is 1Server version: 5.1.22-rc-community-log MySQL Community Edition (GPL)Type 'help;' or '/h' for help. Type '/c' to clear the buffer. 5.查看字符集设置
mysql> show variables like 'collation_%';+———————-+—————–+| Variable_name | Value |+———————-+—————–+| collation_connection | utf8_general_ci || collation_database | utf8_general_ci || collation_server | utf8_general_ci |+———————-+—————–+3 rows in set (0.02 sec) mysql> show variables like 'character_set_%';+————————–+—————————-+| Variable_name | Value |+————————–+—————————-+| character_set_client | utf8 || character_set_connection | utf8 || character_set_database | utf8 || character_set_filesystem | binary || character_set_results | utf8 || character_set_server | utf8 || character_set_system | utf8 || character_sets_dir | /usr/share/mysql/charsets/ |+————————–+—————————-+8 rows in set (0.02 sec)mysql> 作者 Chanthon gaodaima.com


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Ubuntu下MYSQL的中文输入简析_MySQL
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址