[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 +
Tarjeta | 14.13MB
Aquí está la versión optimizada y amigable para SEO de su contenido, formateada de una manera limpia, atractiva y amigable para Google mientras preserva a todos los marcadores de posición y estructura: sumergirse en el emocionante mundo del juego estratégico de cartas con este juego dinámico de cartas multijugador basado en el popular formato del presidente. do
Tarjeta | 4.93MB
¡Bienvenido a Masters of Elements, un nuevo juego de cartas coleccionable cautivador con una estrategia profunda y una mecánica única! Construye tu mejor mazo, comande poderosas criaturas elementales y suba a la gloria en las batallas de clanes épicas. Desde los tiempos antiguos, los elementos han dado forma a nuestro mundo. Incendio
Tarjeta | 139.70M
Sumérgete en las inquietantes profundidades del horror de Lovecraftian con la aplicación Companionica oficial para la segunda edición de Mansions of Madness. Este inmersivo juego de mesa cooperativo invita a uno a cinco jugadores a entrar en las sombrías calles de Arkham, donde esperan las misteriosas ubicaciones y los misteriosos cuentos. Como yo
Junta | 39.37MB
Este libro de trabajo para principiantes está especialmente diseñado para aquellos que recién comienzan a aprender el juego de mesa antiguo y estratégico de GO. Ofrece un enfoque estructurado e integral para dominar los fundamentos, ayudando a los nuevos jugadores a construir una base sólida en el juego. El libro de trabajo incluye essent
Casino | 23.63MB
Presentar una aplicación de juego Pachinko gratuita sin elementos de facturación en absoluto: [TTPP] es completamente libre de disfrutar, ofreciendo una experiencia de juego refrescante y autosuficiente. A pesar de ser un título original, ofrece una atmósfera nostálgica que los fanáticos del clásico Pachinko apreciarán instantáneamente
Tarjeta | 118.85MB
¡Disfruta del encanto atemporal de Fish Solitaire ™ Tripeaks! El juego simple se encuentra con bonos emocionantes para una experiencia verdaderamente atractiva.