[1040] PDOException in Connection.php line 295

SQLSTATE[HY000] [1040] Too many connections

  1. $this->fetchType = $config['result_type'];
  2. }
  3. try {
  4. if (empty($config['dsn'])) {
  5. $config['dsn'] = $this->parseDsn($config);
  6. }
  7. if ($config['debug']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
  11. if ($config['debug']) {
  12. // 记录数据库连接信息
  13. Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
  14. }
  15. } catch (\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), 'error');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query() in Mysql.php line 65
  6. at Mysql->getFields() in Query.php line 1921
  7. at Query->getTableInfo() in Query.php line 1955
  8. at Query->getPk() in Query.php line 2640
  9. at Query->find() in Model.php line 1708
  10. at Model::get() in Channel.php line 33
  11. at Channel->index()
  12. at call_user_func_array() in Route.php line 78
  13. at Route->execute()
  14. at ReflectionMethod->invokeArgs() in App.php line 343
  15. at App::invokeMethod() in App.php line 470
  16. at App::exec() in App.php line 139
  17. at App::run() in start.php line 19
  18. at require('/www/wwwroot/fast.gw...') in index.php line 25

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_ACCEPT
*/*
HTTP_HOST
www.gwcc16.com
PATH_INFO
/404.html
REDIRECT_STATUS
200
SERVER_NAME
fast.gwcc16.com
SERVER_PORT
80
SERVER_ADDR
127.0.0.1
REMOTE_PORT
46134
REMOTE_ADDR
127.0.0.1
SERVER_SOFTWARE
nginx/1.22.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/fast.gwcc16.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/404.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/404.html
SCRIPT_FILENAME
/www/wwwroot/fast.gwcc16.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710826474.6902
REQUEST_TIME
1710826474
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/fast.gwcc16.com/public/../application/
THINK_VERSION
5.0.25
THINK_START_TIME
1710826474.6912
THINK_START_MEM
409000
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/fast.gwcc16.com/thinkphp/
LIB_PATH
/www/wwwroot/fast.gwcc16.com/thinkphp/library/
CORE_PATH
/www/wwwroot/fast.gwcc16.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/fast.gwcc16.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/fast.gwcc16.com/
EXTEND_PATH
/www/wwwroot/fast.gwcc16.com/extend/
VENDOR_PATH
/www/wwwroot/fast.gwcc16.com/vendor/
RUNTIME_PATH
/www/wwwroot/fast.gwcc16.com/runtime/
LOG_PATH
/www/wwwroot/fast.gwcc16.com/runtime/log/
CACHE_PATH
/www/wwwroot/fast.gwcc16.com/runtime/cache/
TEMP_PATH
/www/wwwroot/fast.gwcc16.com/runtime/temp/
CONF_PATH
/www/wwwroot/fast.gwcc16.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/www/wwwroot/fast.gwcc16.com/addons/