Linux下运行memcached失败

1.错误信息如下

[root@localhost ~]# memcached

can't run as root without the -u switch

Linux下运行memcached失败

2.错误原因:

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

3.解决方法:

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

useradd –r memcached

Linux下运行memcached失败

相关文章:

  • 2021-10-20
  • 2022-12-23
  • 2021-08-04
  • 2021-08-07
  • 2021-10-03
  • 2021-10-30
  • 2022-03-07
  • 2021-11-15
猜你喜欢
  • 2021-10-04
  • 2021-10-20
  • 2021-08-14
  • 2021-11-17
  • 2021-10-03
  • 2021-08-21
  • 2021-11-20
相关资源
相似解决方案