解决Starting MySQL...The server quit without updating PID file的问题
控制台异常: www.2cto.com
Starting MySQL....The server quit without updating PID file (/data2/
mysql/SMT-TDB01.pid).[失败]

重点是红色部分,意思就是对'/data2/tmp/目录可能没有创建和写入的权限
解决方法 www.2cto.com
1,检查此目录是否存在,不存在则创建
2,对此文件添加 mysql访问的权限:chown -R mysql:mysql /data2/tmp