Home  >  Article  >  Database  >  怎样把你的 MySQL 完全中文化_MySQL

怎样把你的 MySQL 完全中文化_MySQL

WBOY
WBOYOriginal
2016-06-01 13:55:25858browse

由于系统自带的MySQL默认字符集不是gbk,因此给数据库的推广应用以及中文程序的开发带来极大的不便,在没完没了的GBK和UTF8的转换过程中消耗了我们无数的精力以及系统的资源。  

先将让slack支持中文,然后重新编译MySQL,原来系统MySQL的要先卸载:

login:root
shell> removepkg mysql
shell> groupadd mysql
shell> cd /app
shell> mkdir mysql
shell> chmod 744 mysql
shell> useradd -G mysql -s
/bin/bash

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn