【发布时间】:2018-03-27 08:45:11
【问题描述】:
我正在尝试从我的 ec2 实例连接到数据库。它在我的本地开发机器上运行良好。尽管在我的 ec2 实例上使用相同的凭据,但它会引发此错误。我将如何使用 CodeIgniter 3 提高超时连接?:
A PHP Error was encountered
Severity: Warning
Message: mysqli::real_connect(): (HY000/2002): Connection timed out
Filename: mysqli/mysqli_driver.php
Line Number: 161
Backtrace:
File: /opt/workspace/api.my_app.com/index.php
Line: 292
Function: require_once
Unable to connect to your database server using the provided settings.
Filename: core/CodeIgniter.php
Line Number: 500
【问题讨论】:
-
超时不是你的问题。您没有正确的数据库配置,否则您会立即连接。
标签: php codeigniter amazon-ec2 codeigniter-3