我试图测试cryptdb
但是当我这样做时:
mysql -u root -pletmein -h 127.0.0.1 -P 3307
我收到如下错误:
在'读取授权数据包'时与MySQL服务器的连接丢失,系统错误:0
在代理我得到:
170423 10:49:07 InnoDB: Waiting for the background threads to start
main/Connect.cc:70 (do_connect): connecting to server 127.0.0.1 user root pwd letmein port 3306
main/Connect.cc:74 (do_connect): mysql_real_connect: Access denied for user 'root'@'127.0.0.1' (using password: YES)
terminate called after throwing an instance of 'std::runtime_error'
what(): cannot connect
Aborted (core dumped)
另外,我在同一个VM上运行cryptdb和mysql