请教,数据库Connection timed out连接超时问题
问题描述
近两天日志频繁报数据库连接超时,不存在’localhost’和’127.0.0.1’的问题
请教一下可能的原因
连接配置
connect_timeout:60
wait_timeout:3600
当前使用的 Laravel 版本
PHP 版本:laravel5.2
报错信息
production.ERROR: PDOException: SQLSTATE[HY000] [2002] Connection timed out in /vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:55
连接数不够了吧
都用127试试 不支持localhost的情况可能是因为你数据库没开启localhost访问
访问量很大造成的阻塞吗