I have built all service and virtual machine configuration.
(我已经建立了所有服务和虚拟机配置。)
When I started the cuckoo in command: I always met problem like 'Client does not support authentication protocol requested by server;
(当我在命令中启动布谷鸟时:我总是遇到诸如“客户端不支持服务器请求的身份验证协议;)
consider upgrading MySQL client' or the Mysql Server problem: (考虑升级MySQL客户端”或Mysql Server问题:)
I tried to upgrade mysql-client already:
(我已经尝试升级mysql-client:)
sudo apt-get upgrade mysql-client
My conf for database connection is: connection = mysql://root:@127.0.0.1/cuckoo
(我对数据库连接的配置文件是: connection = mysql:// root:@ 127.0.0.1 / cuckoo)
I changed the ip to localhost as well.
(我也将ip更改为localhost。)
But the error is either client or server.
(但是错误是客户端还是服务器。)
I have no idea how to fix that. (我不知道该如何解决。)
Any thought will be appreciated! (任何想法将不胜感激!)
ask by Newt translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…