首页 > 其他 > 详细

Setting locale failed. Please check that your locale settings

时间:2016-03-10 10:55:27      阅读:244      评论:0      收藏:0      [点我收藏+]

我在配置主从 启动mysqld_multi时出现警告 ,也可以不用管


perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US:en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

翻译:

缺少语言环境


解决方法:

#sudo vim /root/.bashrc

在最后加上这:

export LANGUAGE="en_US.UTF-8"

export LANG=en_US:zh_CN.UTF-8

export LC_ALL=C

#source /root/.bashrc

   


再运行就不会在出错了,完成


Setting locale failed. Please check that your locale settings

原文:http://dahui09.blog.51cto.com/10693267/1749471

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!