安装MySQLSandbox
下载地址:https://launchpad.net/mysql-sandbox/+download
cd /home/liwei/MySQLSandbox/
tar -xzf MySQL-Sandbox-3.0.09.tar.gz
cd MySQL-Sandbox-3.0.09
perl Makefile.PL
make
sudo make install
export SANDBOX_AS_ROOT=1 (此处的1是一个没有意义的值,只有不为0或者空即可。)
###
最好将export SANDBOX_AS_ROOT=1写进/root/.bash_profile中,
否则下次打开 Tera Term登陆后,还要重新设置一遍。