cPanel/WHM 更改Nameserver IPs步驟
Changing the Nameserver IPs of the WHM If the client is getting the Nameserver IPs from the Main >> DNS Functions >> Nameserver IPs as Example: Nameserver   IP       No. Zones ns1.localhost.com   64.99.64.32   80 …
Redis 安装教程 for Linux
Redis 安装教程 for Linux Redis是nosql KVDB 和memcached用途一致 不太适合作为数据持久存储 作为中间件来缓存数据 或者作为MYSQL数据库前端降低数据库查询 是一个非常好的选择 最新版为2.6.13 …
ERROR! MySQL is running but PID file could not be found ?
ERROR! MySQL is running but PID file could not be found ? 出现这个问题原因很多 最常见的通常是PID进程未全部关闭 比如启动safe mysqld进程后 未关闭 运行 /etc/init.d/mysql status 会提示 ERROR! MySQL is running but PID file could not be found 先打印MYSQL进程 ps aux | grep mysql 然后KILL进程 kill -9 pid1 pid2 … 在启动MYSQL …