码迷,mamicode.com
首页 > 系统相关 > 详细

Linux下运行memcached失败

时间:2016-10-24 02:34:01      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:blog   useradd   style   enter   size   with   use   localhost   技术   

Linux下运行memcached失败

1.错误信息如下

[root@localhost ~]# memcached

can‘t run as root without the -u switch

技术分享

2.错误原因:

linux 不允许使用 root用户运行memcached

3.解决方法:

管理memcached的用户, 新建用户memcached

useradd –r memcached

技术分享

Linux下运行memcached失败

标签:blog   useradd   style   enter   size   with   use   localhost   技术   

原文地址:http://www.cnblogs.com/lovebing/p/5991463.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!