我尝试在redhat 6.4(在VM上)上连接到mysql,但我使用此命令行收到以下错误:
db.users.aggregate([
{"$group":{"_id":null,"total":{"$sum":1},"eyeColor":{"$push":"$eyeColor"}}},
{"$unwind":"$eyeColor"},
{"$group":{"_id":"$eyeColor","total":{"$first":"$total"},"occurrence":{"$sum":1}}},
{"$project":{"percentage":{"$multiply":[{"$divide":["$occurrence","$total"]},100]}, "total":1}}
])
ERROR 1045(28000):拒绝访问用户&root;' @' localhost' (使用 密码:否)
请你帮忙吗?
感谢' S 最好的问候,
答案 0 :(得分:0)
我会尝试包含密码
mysql --user=user_name --password db_name