Centos install Chinese

来源:互联网 发布:七年级上册数学行知天下答案 编辑:程序博客网 时间:2024/06/03 21:47

If you want to support Chinese in centos ,you should install Chinese support.

first,you should open the terminal,then get the right of root ,in this procedre ,just enter "su" and enter the right password.

then enter the "yum install "@Chinese Support" ".


mysql chage the password:

mysqladmin -u<name> -p<password> password <new password>

数据库导入

mysql 下 source <path.sql>

0 0