问题
Error: failed to open database: Can't construct MySQL connection. Possible reason: out of storage, meta schema is damaged or created by in-compatible Milvus version.
Milvus server is going to shutdown ...
Milvus server exit...
当修改milvus的数据库为mysql的时候遇到了这个问题,
数据库milvustest已经创建,配置文件也已经改好,完全按照官方文档改的,但是就是出错,之后偶然测试了一下远程连接mysql,发现连不上,突然想到会不会和这个有关系,修改之后果然能用了,修改过程参照远程连接服务器的mysql出现2003-Cant connect to MySQL server.
我也不知道具体是什么原因,猜测是这个连接按照ip访问的,会被mysql数据库拦截,但是我在修改之前使用localhost和127.0.0.1都不行。