[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
Embark on an Adrenaline-Pumping Adventure!Prepare for an action-packed adventure in our thrilling app, where you'll face off against alien invaders, rogue troopers, and deadly bots. Navigate through a hostile sector, complete challenging missions, and collect powerful weapons and upgrades along the
to
vi
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
37794
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=Embark+on+an+Adrenaline-Pumping+Adventure%21Prepare+for+an+action-packed+adventure+in+our+thrilling+app%2C+where+you%27ll+face+off+against+alien+invaders%2C+rogue+troopers%2C+and+deadly+bots.++Navigate+through+a+hostile+sector%2C+complete+challenging+missions%2C+and+collect+powerful+weapons+and+upgrades+along+the&to=vi
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=Embark+on+an+Adrenaline-Pumping+Adventure%21Prepare+for+an+action-packed+adventure+in+our+thrilling+app%2C+where+you%27ll+face+off+against+alien+invaders%2C+rogue+troopers%2C+and+deadly+bots.++Navigate+through+a+hostile+sector%2C+complete+challenging+missions%2C+and+collect+powerful+weapons+and+upgrades+along+the&to=vi
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
1730705815.3869
REQUEST_TIME
1730705815
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
1730705815.3889
THINK_START_MEM
410776
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
Embark on an Adrenaline-Pumping Adventure!Prepare for an action-packed adventure in our thrilling app, where you'll face off against alien invaders, rogue troopers, and deadly bots. Navigate through a hostile sector, complete challenging missions, and collect powerful weapons and upgrades along the
to
vi
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
37794
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=Embark+on+an+Adrenaline-Pumping+Adventure%21Prepare+for+an+action-packed+adventure+in+our+thrilling+app%2C+where+you%27ll+face+off+against+alien+invaders%2C+rogue+troopers%2C+and+deadly+bots.++Navigate+through+a+hostile+sector%2C+complete+challenging+missions%2C+and+collect+powerful+weapons+and+upgrades+along+the&to=vi
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=Embark+on+an+Adrenaline-Pumping+Adventure%21Prepare+for+an+action-packed+adventure+in+our+thrilling+app%2C+where+you%27ll+face+off+against+alien+invaders%2C+rogue+troopers%2C+and+deadly+bots.++Navigate+through+a+hostile+sector%2C+complete+challenging+missions%2C+and+collect+powerful+weapons+and+upgrades+along+the&to=vi
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
1730705815.3869
REQUEST_TIME
1730705815
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
1730705815.3889
THINK_START_MEM
410776
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":"

Bắt tay vào cuộc phiêu lưu đầy cảm xúc!

Hãy chuẩn bị cho một cuộc phiêu lưu đầy hành động trong ứng dụng ly kỳ của chúng tôi, nơi bạn sẽ đối đầu với những kẻ xâm lược ngoài hành tinh, những tên lính lừa đảo và những con robot chết người. Điều hướng qua khu vực thù địch, hoàn thành các nhiệm vụ đầy thử thách và thu thập vũ khí cũng như nâng cấp mạnh mẽ trên đường đi. Nhưng hãy nhớ rằng, sức mạnh của bộ đồ của bạn rất quan trọng để sinh tồn, vì vậy hãy tiếp tục sạc nó nếu không sẽ phải đối mặt với hậu quả!

Trò chơi này mang đến trải nghiệm chơi trò chơi theo phong cách solitaire độc ​​đáo, thiết kế âm thanh trong không khí sống động và hơn 30 nhiệm vụ thú vị sẽ khiến bạn phải ngồi yên. Bạn có thể sống sót được bao lâu? Hãy tải xuống ngay và trải nghiệm cảm giác hồi hộp!

Tính năng:

Kết luận:

Với lối chơi độc đáo, cơ chế dễ học và phiên trò chơi nhanh chóng, ứng dụng này mang đến trải nghiệm chơi trò chơi hấp dẫn. Thiết kế âm thanh trong không khí làm tăng thêm cảm giác đắm chìm, trong khi hơn 30 nhiệm vụ cung cấp nhiều nội dung để khám phá. Đừng bỏ lỡ cơ hội tải xuống ứng dụng này và kiểm tra kỹ năng của bạn trước những kẻ xâm lược ngoài hành tinh và những con bot chết người.

","applicationCategory":"GameApplication","softwareVersion":"2.1","fileSize":"84.00M","downloadUrl":"https://down.21qcq.com/apk/48/Rogue Marine_2.1_com.rungogames.RogueMarine.apk","datePublished":"2022-09-27T22:59:15+08:00","dateModified":"2022-09-27T22:59:15+08:00","screenshot":"https://imgs.21qcq.com/uploads/40/1719632140667f810cc2329.png,https://imgs.21qcq.com/uploads/51/1719632141667f810db8389.png,https://imgs.21qcq.com/uploads/35/1719632142667f810eaa6c2.png","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.4","reviewCount":1},"author":{"@type":"Organization","name":"rungogames"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Rogue Marine

Rogue Marine

Thẻ 84.00M by rungogames 2.1 4.4 Sep 27,2022
Tải xuống
Game Introduction

Bắt tay vào cuộc phiêu lưu đầy cảm xúc!

Hãy chuẩn bị cho một cuộc phiêu lưu đầy hành động trong ứng dụng ly kỳ của chúng tôi, nơi bạn sẽ đối đầu với những kẻ xâm lược ngoài hành tinh, những tên lính lừa đảo và những con robot chết người. Điều hướng qua khu vực thù địch, hoàn thành các nhiệm vụ đầy thử thách và thu thập vũ khí cũng như nâng cấp mạnh mẽ trên đường đi. Nhưng hãy nhớ rằng, sức mạnh của bộ đồ của bạn rất quan trọng để sinh tồn, vì vậy hãy tiếp tục sạc nó nếu không sẽ phải đối mặt với hậu quả!

Trò chơi này mang đến trải nghiệm chơi trò chơi theo phong cách solitaire độc ​​đáo, thiết kế âm thanh trong không khí sống động và hơn 30 nhiệm vụ thú vị sẽ khiến bạn phải ngồi yên. Bạn có thể sống sót được bao lâu? Hãy tải xuống ngay và trải nghiệm cảm giác hồi hộp!

Tính năng:

  • Lối chơi theo phong cách Solitaire: Tận hưởng trải nghiệm chơi trò chơi độc đáo với lối chơi theo phong cách solitaire sẽ khiến bạn say mê hàng giờ.
  • Dễ học, Khó Bậc thầy: Trò chơi được thiết kế dành cho người chơi ở mọi cấp độ kỹ năng, nhưng để thành thạo trò chơi này đòi hỏi phải có chiến lược và kỹ năng.
  • Các phiên trò chơi nhanh: Hoàn hảo cho những giờ giải lao ngắn hoặc khi bạn đang mệt mỏi khi đang di chuyển, ứng dụng cung cấp các phiên trò chơi nhanh chóng có thể hoàn thành chỉ trong vài phút.
  • Thiết kế âm thanh khí quyển: Đắm chìm trong trò chơi với thiết kế âm thanh không khí, nâng cao tổng thể trải nghiệm chơi game.
  • Hơn 30 nhiệm vụ cần chinh phục: Bắt tay vào một cuộc hành trình thú vị với hơn 30 nhiệm vụ phải hoàn thành, mỗi nhiệm vụ đưa ra một thử thách riêng.
  • Có rất nhiều nhiệm vụ Vũ khí và nâng cấp: Mở khóa nhiều loại vũ khí và nâng cấp khi bạn tiến bộ, tùy chỉnh lối chơi và nâng cao khả năng của bạn.

Kết luận:

Với lối chơi độc đáo, cơ chế dễ học và phiên trò chơi nhanh chóng, ứng dụng này mang đến trải nghiệm chơi trò chơi hấp dẫn. Thiết kế âm thanh trong không khí làm tăng thêm cảm giác đắm chìm, trong khi hơn 30 nhiệm vụ cung cấp nhiều nội dung để khám phá. Đừng bỏ lỡ cơ hội tải xuống ứng dụng này và kiểm tra kỹ năng của bạn trước những kẻ xâm lược ngoài hành tinh và những con bot chết người.

Screenshot

  • Rogue Marine Ảnh chụp màn hình 0
  • Rogue Marine Ảnh chụp màn hình 1
  • Rogue Marine Ảnh chụp màn hình 2