11 2014 档案

摘要:1.假设已经有mysql-5.6.21.tar.gz以及cmake-2.8.4.tar.gz两个源文件(1)先安装cmake(mysql5.5以后是通过cmake来编译的)[root@ rhel5 local]#tar -zxv -f cmake-2.8.4.tar.gz[root@ rhel5 l... 阅读全文
posted @ 2014-11-28 10:58 黑面馒头 阅读(453) 评论(0) 推荐(0)
摘要:1.首先输入locale,查看编码设置2.是否安装中文支持,没有则安装中文语言支持 方法一:yum方式——完全的中文环境支持。 #yum groupinstall chinese-support # yum groupinstall -support 在上面的命令中, 是下列之一: as... 阅读全文
posted @ 2014-11-24 13:23 黑面馒头 阅读(313) 评论(0) 推荐(0)