[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
Juegos de tendencia Más +
Últimos juegos Más +
Rompecabezas | 52.13M
Sumérgete en el cautivador mundo de Wooden Jigsaw Fun, un juego de rompecabezas de imágenes completamente gratuito. Diseñado para amantes de los puzles de todos los niveles, desde principiantes hasta expertos experimentados, este juego artístico ofre
Casino | 95.3 MB
¡Vive la experiencia definitiva del casino de tragamonedas de Vegas y reclama 100,000,000 de monedas gratis al instante!¡Apila esos sacos de dinero y consigue victorias MONUMENTALES con SLOTS PARTY Casino! AHORA INCLUYE las últimas máquinas tragamon
Educativo | 6.9 MB
Pon a prueba tus conocimientos de estudios sociales de sexto grado con este cuestionario interactivo Evalúa tu comprensión con más de 1,000 preguntas de estudios sociales cuidadosamente elaboradas, diseñadas para evaluar tu dominio de los conceptos
Palabra | 64.6 MB
¡Embárcate en un viaje increíble con nuestra colección definitiva de crucigramas y sopas de letras con temática de viajes!¡Travel Word te lleva a una aventura a través de cautivadores crucigramas y desafíos de búsqueda de palabras ambientados con pai
Educativo | 29.9 MB
¡Disfruta la diversión brillante de Kids Drawing with Glitter Coloring Games! Sumérgete en un mundo de juego creativo y expresión artística.Bienvenido a Glitter Beauty Color, el juego definitivo de dibujo y coloreado diseñado para encender la imagina
Rompecabezas | 139.80M
Conecta Animal Classic Travel es un entretenido juego de puzles en el que emparejas fichas de animales idénticas para despejar el tablero. Viaja a través de varios niveles y supera obstáculos mientras disfrutas de coloridos gráficos y encantadores f