失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > mysql5.1 utf8_编译安装mysql 5.1使用utf8解决乱码问题

mysql5.1 utf8_编译安装mysql 5.1使用utf8解决乱码问题

时间:2021-03-26 15:07:53

相关推荐

mysql5.1 utf8_编译安装mysql 5.1使用utf8解决乱码问题

1. yum install –y gcc gcc-c++ ncurses-devel bison 2.shellgt; groupadd mysql shellgt; useradd -g mysql mysql shellgt; gunzip mysql-5.1.55.tar.gz | tar -xvf - shell cd mysql-5.1.55 shellgt; ./configure --prefix=/usr/local/mysql --with-charse

1. yum install –y gcc gcc-c++ ncurses-devel bison

2.shell> groupadd mysql shell> useradd -g mysql mysql shell> gunzip < mysql-5.1.55.tar.gz | tar -xvf - shell> cd mysql-5.1.55 shell> ./configure --prefix=/usr/local/mysql --with-charset=utf8 --with-extra-charsets=all --enable-assembler --enable-thread-safe-client --with-big-tables --with-readline --with-plugins=innodb_pluginshell> make shell> make install shell> cp support-files/my-f /etc/f shell> cd /usr/local/mysql shell> bin/mysql_install_db --user=mysql shell> chown -R root . shell> chown -R mysql var shell> chgrp -R mysql . shell> bin/mysqld_safe --user=mysql & 4.这样装完以后竟然还是+--------------------------+----------------------------------------+

| Variable_name | Value |

+--------------------------+----------------------------------------+

| auto_increment_offset | 1 |

| character_set_client | latin1 |

| character_set_connection | latin1 |

| character_set_database | utf8 |

| character_set_filesystem | binary |

| character_set_results | latin1 |

| character_set_server | utf8 |

| character_set_system | utf8 |

| character_sets_dir | /usr/local/mysql/share/mysql/charsets/ |

如果觉得《mysql5.1 utf8_编译安装mysql 5.1使用utf8解决乱码问题》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。