安装V3版本一切顺利,顺利的建了网站的,运行约有一个月的时间,最近出现了两次数据库错误而导致网站无法打开,打开网站时有以下显示:Link to database cannot be established: SQLSTATE[HY000] [2002] Connection refused
输入命令 service mysqld restart 后有以下显示:
[root@host ~]# service mysqld restart
MySQL server PID file could not be found! [FAILED]
Starting MySQL.
这时候网站就可以打开了
从网站看到教程有关更改 MySQL server PID file could not be found! [FAILED] 的方法:
vi /www/wdlinux/init.d/mysqld
修改
basedir=/www/wdlinux/mysqld
datadir=/www/wdlinux/mysqld/var
修改成功后没有管它,反正网站已可以打开的,没再理会的
过了不到一个星期又遇到同样的问题 数据库无法链接 这个时候再输入命令service mysqld restart后有以下提示:
[root@host ~]# service mysqld restart
/etc/init.d/mysqld: line 256: my_print_defaults: command not found
/etc/init.d/mysqld: line 256: my_print_defaults: command not found
MySQL server PID file could not be found! [FAILED]
/etc/init.d/mysqld: line 256: my_print_defaults: command not found
/etc/init.d/mysqld: line 276: cd: /www/wdlinux/mysqld: No such file or directory
Starting MySQLCouldn't find MySQL server (/www/wdlinux/mysq[FAILED]ysqld_safe)