[2002] PDOException in Connection.php line 295

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

  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()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 64
  8. at Index->fanyi_article_title()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Pinball King is the ultimate Pinball game that brings the classic arcade experience to your fingertips. With seamless physics and realistic gameplay, you can relive the excitement of the nineties Pinball games. Compete against players worldwide in the global ranking, aiming to achieve the highest sc
to
zh-cn
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=188.165.244.186
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
61431
REMOTE_ADDR
188.165.244.186
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Pinball+King+is+the+ultimate+Pinball+game+that+brings+the+classic+arcade+experience+to+your+fingertips.+With+seamless+physics+and+realistic+gameplay%2C+you+can+relive+the+excitement+of+the+nineties+Pinball+games.+Compete+against+players+worldwide+in+the+global+ranking%2C+aiming+to+achieve+the+highest+sc&to=zh-cn
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Pinball+King+is+the+ultimate+Pinball+game+that+brings+the+classic+arcade+experience+to+your+fingertips.+With+seamless+physics+and+realistic+gameplay%2C+you+can+relive+the+excitement+of+the+nineties+Pinball+games.+Compete+against+players+worldwide+in+the+global+ranking%2C+aiming+to+achieve+the+highest+sc&to=zh-cn
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1730705532.4349
REQUEST_TIME
1730705532
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1730705532.4353
THINK_START_MEM
410768
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/
"> System Error

[2002] PDOException in Connection.php line 295

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

  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()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 64
  8. at Index->fanyi_article_title()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Pinball King is the ultimate Pinball game that brings the classic arcade experience to your fingertips. With seamless physics and realistic gameplay, you can relive the excitement of the nineties Pinball games. Compete against players worldwide in the global ranking, aiming to achieve the highest sc
to
zh-cn
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=188.165.244.186
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
61431
REMOTE_ADDR
188.165.244.186
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Pinball+King+is+the+ultimate+Pinball+game+that+brings+the+classic+arcade+experience+to+your+fingertips.+With+seamless+physics+and+realistic+gameplay%2C+you+can+relive+the+excitement+of+the+nineties+Pinball+games.+Compete+against+players+worldwide+in+the+global+ranking%2C+aiming+to+achieve+the+highest+sc&to=zh-cn
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Pinball+King+is+the+ultimate+Pinball+game+that+brings+the+classic+arcade+experience+to+your+fingertips.+With+seamless+physics+and+realistic+gameplay%2C+you+can+relive+the+excitement+of+the+nineties+Pinball+games.+Compete+against+players+worldwide+in+the+global+ranking%2C+aiming+to+achieve+the+highest+sc&to=zh-cn
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1730705532.4349
REQUEST_TIME
1730705532
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1730705532.4353
THINK_START_MEM
410768
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/
"> \n \n\n","body":"

Pinball King 是终极弹球游戏,将经典街机体验带到您的指尖。凭借无缝的物理原理和逼真的游戏玩法,您可以重温九十年代弹球游戏的刺激。在全球排名中与世界各地的玩家一较高下,力争通过登上排行榜的最佳位置来获得最高分。在多人游戏模式中接受实时挑战,赢得游戏和累积池。立即下载Pinball King,成为真正的Pinball King!

Pinball King的特点:

结论: Pinball King 为您提供迷人且易于玩的弹球体验设备。凭借其经典的游戏玩法、直观的控制和逼真的物理效果,该应用程序保证了令人愉快和怀旧的游戏过程。全球竞争,在实时比赛中挑战朋友,并参加激动人心的锦标赛来赢得奖励并攀升排名。立即下载Pinball King,重温街机弹球游戏的刺激,成为下一个Pinball King!

","applicationCategory":"GameApplication","softwareVersion":"1.3.8","fileSize":"75.39M","downloadUrl":"https://downloads.dofmy.com/apk/28/Pinball King_1.3.8_com.mobirix.pinballking.apk","datePublished":"2024-10-07T10:41:00+08:00","dateModified":"2024-10-07T10:41:00+08:00","screenshot":"https://images.dofmy.com/uploads/44/1719616360667f43687f1f5.jpg,https://images.dofmy.com/uploads/13/1719616361667f4369da4c2.jpg,https://images.dofmy.com/uploads/75/1719616362667f436a946bc.jpg,https://images.dofmy.com/uploads/00/1719616363667f436bab58a.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.3","reviewCount":1},"author":{"@type":"Organization","name":"mobirixsub"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
首页 游戏 动作 弹球王
弹球王

弹球王

动作
  • 平台:Android
  • 版本:1.3.8
  • 大小:75.39M
  • 开发者:mobirixsub
4.3
描述

Pinball King 是终极弹球游戏,将经典街机体验带到您的指尖。凭借无缝的物理原理和逼真的游戏玩法,您可以重温九十年代弹球游戏的刺激。在全球排名中与世界各地的玩家一较高下,力争通过登上排行榜的最佳位置来获得最高分。在多人游戏模式中接受实时挑战,赢得游戏和累积池。立即下载Pinball King,成为真正的Pinball King!

Pinball King的特点:

  • 经典弹球游戏: Pinball King 提供经典弹球游戏的改编版本,其目标是在不让球从底部的脚蹼落下的情况下获得尽可能多的分数.
  • 直观控制:您可以通过点击屏幕两侧轻松移动脚蹼。只需点击您想要发射的一侧,相应的桨就会自动向上翻转。
  • 真实物理: Pinball King 以其真实的物理确保无缝和真实的游戏体验。享受没有任何故障或错误的游戏乐趣,就像九十年代的街机弹球游戏一样。
  • 世界排名:通过Pinball King的世界排名功能与来自世界各地的玩家竞争。目标是通过策略性地将球从桌子上的最佳位置弹起来获得尽可能高的分数,并爬升玩家排名。
  • 多人游戏模式:与玩家进行实时比赛Pinball King多人游戏模式中的直接对手。成为第一个达到指定分数并赢得比赛的人,以及双方玩家的累积分数。参加锦标赛,就有机会赢得更多奖金。
  • 激动人心的锦标赛: Pinball King 提供参加激动人心的锦标赛的机会。测试您的技能并与玩家竞争,有机会赢得激动人心的奖品和奖励。

结论: Pinball King 为您提供迷人且易于玩的弹球体验设备。凭借其经典的游戏玩法、直观的控制和逼真的物理效果,该应用程序保证了令人愉快和怀旧的游戏过程。全球竞争,在实时比赛中挑战朋友,并参加激动人心的锦标赛来赢得奖励并攀升排名。立即下载Pinball King,重温街机弹球游戏的刺激,成为下一个Pinball King!

标签 : Action

弹球王应用截图
  • 弹球王应用截图第0张
  • 弹球王应用截图第1张
  • 弹球王应用截图第2张
  • 弹球王应用截图第3张