Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.”
时间:2020-11-27 19:23:16
收藏:0
阅读:3580
一、报错信息
Warning: Using a password with ‘-a‘ or ‘-u‘ option on the command line interface may not be safe.”
二、出现原因
redis连接输入密码后提示Warning: 。。。
三、解决方法
https://blog.csdn.net/weixin_34253126/article/details/92384670
加2>/dev/null
原文:https://www.cnblogs.com/peanut-zh/p/14049750.html
评论(0)