页面报错:

ConnectionException In AbstractConnection.php line 155 

AUTH` failed: ERR Client sent AUTH, but no password is set [tcp://127.0.0.1:6379]

 

设置其密码
127.0.0.1:6379> AUTH 123456
(error) ERR Client sent AUTH, but no password is set

设置其密码
127.0.0.1:6379> CONFIG SET requirepass "123456"
OK
127.0.0.1:6379> AUTH 123456
OK
127.0.0.1:6379>

相关文章:

  • 2022-02-02
  • 2021-08-07
  • 2021-12-07
  • 2022-01-05
  • 2021-11-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-06-06
相关资源
相似解决方案