[2006] PDOException in Connection.php line 295

SQLSTATE[HY000] [2006] MySQL server has gone away

  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('mysql:host=127.0.0.1...', 'rrha_cn', 'zSWfLiJ3pZdWjnRM', [0, 2, 0, ...]) in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect(false) in Connection.php line 348
  5. at Connection->query('SHOW COLUMNS FROM `f...', [], false, true) in Mysql.php line 65
  6. at Mysql->getFields('`fa_cms_archives`') in Query.php line 1921
  7. at Query->getTableInfo('fa_cms_archives', 'type') in Query.php line 1969
  8. at Query->getFieldsType('fa_cms_archives') in Query.php line 1975
  9. at Query->getFieldsBind('fa_cms_archives') in Builder.php line 270
  10. at Builder->buildWhere(['AND' => ['status' => 'normal', 'deletetime' => ['exp', object(Expression)]]], ['soft_delete' => ['__TABLE__.deletetime', ['null', '']], 'via' => '', 'with' => ['channel'], ...]) in Builder.php line 240
  11. at Builder->parseWhere(['AND' => ['status' => 'normal', 'deletetime' => ['exp', object(Expression)]]], ['soft_delete' => ['__TABLE__.deletetime', ['null', '']], 'via' => '', 'with' => ['channel'], ...]) in Builder.php line 725
  12. at Builder->select(['soft_delete' => ['__TABLE__.deletetime', ['null', '']], 'via' => '', 'with' => ['channel'], ...]) in Query.php line 2512
  13. at Query->select() in Query.php line 1487
  14. at Query->paginate('10', true, ['type' => '\addons\cms\library\...', 'var_page' => 'page', 'list_rows' => 15, ...]) in Archives.php line 500
  15. at Archives::getArchivesList(['cache' => false, 'paginate' => '10,true,page']) in Index.php line 35
  16. at Index->index()
  17. at call_user_func_array([object(Index), 'index'], []) in Route.php line 78
  18. at Route->execute('cms', 'index', 'index')
  19. at ReflectionMethod->invokeArgs(object(Route), ['cms', 'index', 'index']) in App.php line 343
  20. at App::invokeMethod(['\think\addons\Route', 'execute'], ['addon' => 'cms', 'controller' => 'index', 'action' => 'index']) in App.php line 470
  21. at App::exec(['type' => 'method', 'method' => ['\think\addons\Route', 'execute'], 'var' => ['addon' => 'cms', 'controller' => 'index', 'action' => 'index']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  22. at App::run() in start.php line 19
  23. at require('/home/www/wwwroot/ww...') in index.php line 60

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
www.98297.net
HTTP_REFERER
http://www.98297.net/du/98/92665.html
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
REDIRECT_STATUS
200
SERVER_NAME
www.98297.net
SERVER_PORT
80
SERVER_ADDR
154.7.7.197
REMOTE_PORT
52070
REMOTE_ADDR
44.204.164.147
SERVER_SOFTWARE
nginx/1.22.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/home/www/wwwroot/www.98297.net/public
DOCUMENT_URI
/index.php
REQUEST_URI
/
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
SCRIPT_FILENAME
/home/www/wwwroot/www.98297.net/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710828570.8241
REQUEST_TIME
1710828570
Environment Variables
empty

ThinkPHP Constants

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