Home >Database >Mysql Tutorial >MySQL 中文化解析_MySQL

MySQL 中文化解析_MySQL

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

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

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

  login:root
  shell>removepkgmysql
  shell>groupaddmysql
  shell>cd/app
  shell>mkdirmysql
  shell>chmod744mysql
  shell>useradd-Gmysql-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