分类目录归档:异常解决办法

mysql5.7无法启动案例处理

收到个请求说是5.7的库没法启动了,看了下error日志,有如下的提示: 201 … 继续阅读

发表在 异常解决办法 | 留下评论

mysql 5.7有时候开机不能启动

2016-10-17T01:55:15.847715Z 0 [ERROR] An … 继续阅读

发表在 异常解决办法 | 留下评论

2002 No such file or directory

最近安装php7 忽然发现mysql用不了,临时解决了一下,php.ini里面配 … 继续阅读

发表在 异常解决办法 | 留下评论

php pcntl_fork Mysql Server has gone away

http://yorker.blog.51cto.com/8038263/136 … 继续阅读

发表在 异常解决办法 | 留下评论

PDOException: SQLSTATE[HY000] [2002] No such file or directory

mac下将localhost改成127.0.0.1就OK了。

发表在 异常解决办法 | 留下评论

ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

mysql 5.7版本安装后,首次操作,总是报错: ERROR 1820 (HY … 继续阅读

发表在 异常解决办法 | 评论关闭

mysqld_safe启动方式报错

2017-01-19T07:20:22.148636Z 0 [ERROR] un … 继续阅读

发表在 异常解决办法 | 留下评论

消除#1366 – Incorrect integer value: ” for column (转载)

这种问题一般mysql 5.x上出现。我用的mysql5.1 官方解释说:得知新 … 继续阅读

发表在 mysql, 异常解决办法 | 留下评论

ERROR 1129 (00000): Host ‘*.*.*.*’ is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’

今天数据库报错: ERROR 1129 (00000): Host ’ … 继续阅读

发表在 异常解决办法 | 留下评论