1.Linux 下安装 设置MySql 服务端
mysql -u root
use databasename
2.后台运行程序 日志存储到设定文件
nohup ./AppServer & out.hup
3.