接着如下配置环境
> export EDBDIR=/full/path/to/cryptdb/
//“/full/path/to/cryptdb/”更改为你的虚拟机中的cryptdb环境
> /path/to/cryptdb/bins/proxy-bin/bin/mysql-proxy --plugins=proxy --event-threads=4 --max-open-files=1024 --proxy-lua-script=$EDBDIR/mysqlproxy/wrapper.lua --proxy-address=127.0.0.1:3307 --proxy-backend-addresses=localhost:3306