[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
Introducing Watermelon! This adorable 2D puzzle game is all about combining different fruits to create the ultimate masterpiece - a watermelon. But don't be fooled by its cute appearance, because the challenge is real! As you merge the fruits, they will grow in size and take up more space on the boa
to
es
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
37792
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=Introducing+Watermelon%21+This+adorable+2D+puzzle+game+is+all+about+combining+different+fruits+to+create+the+ultimate+masterpiece+-+a+watermelon.+But+don%27t+be+fooled+by+its+cute+appearance%2C+because+the+challenge+is+real%21+As+you+merge+the+fruits%2C+they+will+grow+in+size+and+take+up+more+space+on+the+boa&to=es
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=Introducing+Watermelon%21+This+adorable+2D+puzzle+game+is+all+about+combining+different+fruits+to+create+the+ultimate+masterpiece+-+a+watermelon.+But+don%27t+be+fooled+by+its+cute+appearance%2C+because+the+challenge+is+real%21+As+you+merge+the+fruits%2C+they+will+grow+in+size+and+take+up+more+space+on+the+boa&to=es
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.3978
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.3987
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
Introducing Watermelon! This adorable 2D puzzle game is all about combining different fruits to create the ultimate masterpiece - a watermelon. But don't be fooled by its cute appearance, because the challenge is real! As you merge the fruits, they will grow in size and take up more space on the boa
to
es
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
37792
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=Introducing+Watermelon%21+This+adorable+2D+puzzle+game+is+all+about+combining+different+fruits+to+create+the+ultimate+masterpiece+-+a+watermelon.+But+don%27t+be+fooled+by+its+cute+appearance%2C+because+the+challenge+is+real%21+As+you+merge+the+fruits%2C+they+will+grow+in+size+and+take+up+more+space+on+the+boa&to=es
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=Introducing+Watermelon%21+This+adorable+2D+puzzle+game+is+all+about+combining+different+fruits+to+create+the+ultimate+masterpiece+-+a+watermelon.+But+don%27t+be+fooled+by+its+cute+appearance%2C+because+the+challenge+is+real%21+As+you+merge+the+fruits%2C+they+will+grow+in+size+and+take+up+more+space+on+the+boa&to=es
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.3978
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.3987
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":"

¡Presentamos Watermelon! Este adorable juego de rompecabezas en 2D consiste en combinar diferentes frutas para crear la obra maestra definitiva: un Watermelon. Pero no te dejes engañar por su linda apariencia, ¡porque el desafío es real! A medida que fusiones las frutas, crecerán en tamaño y ocuparán más espacio en el tablero, lo que te dificultará elaborar estrategias y crear el Watermelon más grande posible. Deje que su creatividad brille mientras selecciona y combina cuidadosamente varias frutas y observe cómo su arte frutal cobra vida. Con sus lindos gráficos, divertidos efectos de sonido, dificultad que aumenta gradualmente y sistema de recompensas, es un juego atractivo y entretenido que todos pueden disfrutar. Entonces, ¿estás listo para embarcarte en esta frutal aventura y convertirte en el maestro Watermelon definitivo?

Características de Watermelon:

En conclusión, Watermelon es una aplicación cautivadora que ofrece una experiencia única de combinación de frutas con sus lindos gráficos, entretenidos efectos de sonido y una dificultad que aumenta gradualmente. Con su sistema de recompensas, los jugadores están constantemente motivados para progresar y crear el Watermelon definitivo. ¡Haz clic para descargar y embarcarte en este emocionante viaje hoy!

","applicationCategory":"GameApplication","softwareVersion":"1.25","fileSize":"75.00M","downloadUrl":"https://downloads.lgjyh.com/apk/50/Watermelon_1.25_com.watermelon.merge.fruit.apk","datePublished":"2023-03-14T20:32:30+08:00","dateModified":"2023-03-14T20:32:30+08:00","screenshot":"https://images.lgjyh.com/uploads/68/1719526440667de428a74c8.jpg,https://images.lgjyh.com/uploads/58/1719526443667de42b46ed0.jpg,https://images.lgjyh.com/uploads/67/1719526446667de42e42cec.jpg,https://images.lgjyh.com/uploads/42/1719526448667de43004a05.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.3","reviewCount":1},"author":{"@type":"Organization","name":"watermelon.merge.fruit"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Hogar Juegos Casual Watermelon
Watermelon

Watermelon

4.3
Descargar
Descargar
Introducción al juego

¡Presentamos Watermelon! Este adorable juego de rompecabezas en 2D consiste en combinar diferentes frutas para crear la obra maestra definitiva: un Watermelon. Pero no te dejes engañar por su linda apariencia, ¡porque el desafío es real! A medida que fusiones las frutas, crecerán en tamaño y ocuparán más espacio en el tablero, lo que te dificultará elaborar estrategias y crear el Watermelon más grande posible. Deje que su creatividad brille mientras selecciona y combina cuidadosamente varias frutas y observe cómo su arte frutal cobra vida. Con sus lindos gráficos, divertidos efectos de sonido, dificultad que aumenta gradualmente y sistema de recompensas, es un juego atractivo y entretenido que todos pueden disfrutar. Entonces, ¿estás listo para embarcarte en esta frutal aventura y convertirte en el maestro Watermelon definitivo?

Características de Watermelon:

  • Juego de combinación de frutas único: Este juego ofrece una experiencia única al combinar desafío y relajación en un juego de combinación de frutas.
  • Emocionante viaje: Embárcate en un emocionante viaje en el mundo de Watermelon, donde podrás disfrutar de una jugabilidad estratégica, transformaciones dinámicas y la búsqueda para crear el Watermelon definitivo.
  • Gráficos 2D lindos: Con sus gráficos 2D simples pero adorables, este juego crea un juego visualmente atractivo y entretenido para jugadores de todas las edades.
  • Efectos de sonido divertidos: El juego presenta sonidos divertidos que contribuyen a la experiencia general agradable, y cada combinación de frutas produce un sonido diferente.
  • Dificultad creciente: A medida que avanzas en el juego, el nivel de dificultad aumenta gradualmente en presentando frutos más grandes, desafiando a los jugadores a pensar y elaborar estrategias.
  • Sistema de recompensas: El juego ofrece un sistema diverso de tareas y recompensas, lo que brinda a los jugadores motivación para continuar jugando y alcanzar nuevos hitos.

En conclusión, Watermelon es una aplicación cautivadora que ofrece una experiencia única de combinación de frutas con sus lindos gráficos, entretenidos efectos de sonido y una dificultad que aumenta gradualmente. Con su sistema de recompensas, los jugadores están constantemente motivados para progresar y crear el Watermelon definitivo. ¡Haz clic para descargar y embarcarte en este emocionante viaje hoy!

Watermelon Captura de pantalla 0
Watermelon Captura de pantalla 1
Watermelon Captura de pantalla 2
Watermelon Captura de pantalla 3
Últimos juegos Más +
Carreras | 86.2 MB
¿Eres fanático de los vehículos nacionales, o siempre te has preguntado cómo funcionan las carreras en las carreras? ¡Luego sumérjase en el emocionante mundo del simulador 3D VAZ 2106 y VAZ 2107! Experimente la emoción de ser un verdadero corredor detrás del volante de los icónicos modelos de Lada, con impresionantes gráficos 3D que traen la conducción
Carreras | 39.7 MB
Prepárese para sumergirse en el emocionante mundo de las carreras de bicicletas con la carrera de bicicletas 2021 - ¡Juegos de bicicletas! ¿Estás cansado de los mismos juegos de simuladores de motocicletas y buscando algo fresco y emocionante? ¡No busques más! Nuestros juegos de bicicleta 2021 llevarán tu aventura a nuevas alturas en el reino de Mo
Carreras | 96.6 MB
¡Prepárese para realizar acrobacias extremas en las pistas imposibles de Mega Ramp Impossible con nuestros emocionantes juegos de acrobacias de automóviles! ¡Experimenta la adrenalina del juego de salto de autos de mega rampa de rampa más emocionante que jamás hayas jugado! Tome el control de los superes extremos y el desafío imposible de rampas imposibles
Carreras | 57.1 MB
¡Prepárate para convertirte en un maestro de carreras 3D en el emocionante juego de conducción de autopistas GT Spider Mini Highway! Esta mini aventura de Racing recientemente lanzada es perfecta para todos los entusiastas de las carreras de autos sin fin. Sumérgete en el mundo de la carrera de autos llena de acción 3D y lleva tu rendimiento a los límites en este increíblemente FU
Carreras | 166.1 MB
En el mundo de la carrera de adrenalina de la raza zombie, no solo estás corriendo por la gloria, sino que luchas por la supervivencia en un emocionante apocalipsis zombie. Este competitivo juego de carreras te enfrenta a otros jugadores en una batalla de temporada por temporada donde cada carrera cuenta. Cuanto mayor sea su puntaje de temporada, más ent
Carreras | 292.7 MB
Más rápido. Mayor que. Mejor. ¡Bienvenido al mundo de la carrera de autos de Fórmula 2024 (FCR2024)! Prepárese para encender sus motores y sumergirse en la mejor experiencia de carreras de fórmulas. En FCR2024, comandará la rueda de los autos de fórmula de alto rendimiento, corriendo contra el giro de élite del mundo