1,首先查看用户列表
rabbitmqctl list_users
2,修改对应用户密码
其中username 为用户名, newpasswd为新密码
rabbitmqctl change_password username 'newpasswd'
rabbitmqctl list_users
其中username 为用户名, newpasswd为新密码
rabbitmqctl change_password username 'newpasswd'
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。