#mongo5

mongo5报错: WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!

错误提示WARNING:MongoDB5.0+requiresaCPUwithAVXsupport,andyourcurrentsystemdoesnotappeartohavethat!原因mongodb5需要AVX的cpu指定集,当前的cpu太旧或者没有开启.解决办法降低mongodb的版本(使用4.x的版的mon...