[10501] PDOException in Connection.php line 385

SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine

  1. $this->PDOStatement->execute();
  2. // 调试结束
  3. $this->debug(false, '', $master);
  4. // 返回结果集
  5. return $this->getResult($pdo, $procedure);
  6. } catch (\PDOException $e) {
  7. if ($this->isBreak($e)) {
  8. return $this->close()->query($sql, $bind, $master, $pdo);
  9. }
  10. throw new PDOException($e, $this->config, $this->getLastsql());
  11. } catch (\Throwable $e) {
  12. if ($this->isBreak($e)) {
  13. return $this->close()->query($sql, $bind, $master, $pdo);
  14. }
  15. throw $e;
  16. } catch (\Exception $e) {
  17. if ($this->isBreak($e)) {
  18. return $this->close()->query($sql, $bind, $master, $pdo);
  19. }

Call Stack

  1. in Connection.php line 385
  2. at Connection->query() in Mysql.php line 65
  3. at Mysql->getFields() in Query.php line 1922
  4. at Query->getTableInfo() in Query.php line 1970
  5. at Query->getFieldsType() in Query.php line 1976
  6. at Query->getFieldsBind() in Builder.php line 270
  7. at Builder->buildWhere() in Builder.php line 240
  8. at Builder->parseWhere() in Builder.php line 725
  9. at Builder->select() in Query.php line 2463
  10. at Query->getPdo() in Query.php line 441
  11. at Query->value() in Query.php line 577
  12. at Query->aggregate() in Query.php line 552
  13. at Query->count() in Group.php line 27
  14. at Group->listData() in Group.php line 120
  15. at Group->setCache() in Group.php line 132
  16. at Group->getCache() in All.php line 292
  17. at All->label_user() in Base.php line 17
  18. at Base->__construct() in Vod.php line 9
  19. at Vod->__construct()
  20. at ReflectionClass->newInstanceArgs() in App.php line 359
  21. at App::invokeClass() in Loader.php line 479
  22. at Loader::controller() in App.php line 582
  23. at App::module() in App.php line 456
  24. at App::exec() in App.php line 139
  25. at App::run() in start.php line 19
  26. at require('/www/wwwroot/www.jia...') in index.php line 41

Exception Datas

PDO Error Info
SQLSTATE HY000
Driver Error Code 1030
Driver Error Message Got error 28 from storage engine
Database Status
Error Code 10501
Error Message SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine
Error SQL SHOW COLUMNS FROM `mac_group`
Database Config
type mysql
hostname 127.0.0.1
database 26xin0112
hostport 3306
dsn
params []
charset utf8
prefix mac_
debug false
deploy 0
rw_separate false
master_num 1
slave_no
read_master false
fields_strict false
result_type 2
resultset_type array
auto_timestamp false
datetime_format Y-m-d H:i:s
sql_explain false
builder
query \think\db\Query
break_reconnect false

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_CONNECTION
Keep-Alive
HTTP_ACCEPT_ENCODING
br,gzip
HTTP_ACCEPT_LANGUAGE
en-US,en;q=0.5
HTTP_ACCEPT
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_USER_AGENT
CCBot/2.0 (https://commoncrawl.org/faq/)
PATH_INFO
/kehuanpian/02116444469275.html
HTTP_HOST
chdlgs.cn
REDIRECT_STATUS
200
SERVER_NAME
cnhesn.com
SERVER_PORT
80
SERVER_ADDR
23.224.129.149
REMOTE_PORT
40166
REMOTE_ADDR
18.97.9.170
SERVER_SOFTWARE
nginx/1.26.3
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/www.jiaxuanpet.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/kehuanpian/02116444469275.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/kehuanpian/02116444469275.html
SCRIPT_FILENAME
/www/wwwroot/www.jiaxuanpet.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1770931434.4874
REQUEST_TIME
1770931434
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/www/wwwroot/www.jiaxuanpet.com/public/
ROOT_PATH
/www/wwwroot/www.jiaxuanpet.com/
APP_PATH
/www/wwwroot/www.jiaxuanpet.com/application/
MAC_COMM
/www/wwwroot/www.jiaxuanpet.com/application/common/common/
MAC_HOME_COMM
/www/wwwroot/www.jiaxuanpet.com/application/index/common/
MAC_ADMIN_COMM
/www/wwwroot/www.jiaxuanpet.com/application/admin/common/
MAC_START_TIME
1770931434.4877
BIND_MODULE
index
ENTRANCE
index
IN_FILE
/index.php
THINK_VERSION
5.0.27
THINK_START_TIME
1770931434.4883
THINK_START_MEM
432040
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.jiaxuanpet.com/thinkphp/
LIB_PATH
/www/wwwroot/www.jiaxuanpet.com/thinkphp/library/
CORE_PATH
/www/wwwroot/www.jiaxuanpet.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/www.jiaxuanpet.com/thinkphp/library/traits/
EXTEND_PATH
/www/wwwroot/www.jiaxuanpet.com/extend/
VENDOR_PATH
/www/wwwroot/www.jiaxuanpet.com/vendor/
RUNTIME_PATH
/www/wwwroot/www.jiaxuanpet.com/runtime/
LOG_PATH
/www/wwwroot/www.jiaxuanpet.com/runtime/log/
CACHE_PATH
/www/wwwroot/www.jiaxuanpet.com/runtime/cache/
TEMP_PATH
/www/wwwroot/www.jiaxuanpet.com/runtime/temp/
CONF_PATH
/www/wwwroot/www.jiaxuanpet.com/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
ADDON_PATH
/www/wwwroot/www.jiaxuanpet.com/addons/
MAX_CACHE_ITEMS
1000
MAC_URL
http://www.maccms.la/
MAC_NAME
苹果CMS
MAC_PATH
/
MAC_MOB
0
MAC_ROOT_TEMPLATE
/www/wwwroot/www.jiaxuanpet.com/public/template/stui_tpl2/html/
MAC_PATH_TEMPLATE
/template/stui_tpl2/
MAC_PATH_TPL
/template/stui_tpl2/html/
MAC_PATH_ADS
/template/stui_tpl2/ads/
MAC_PAGE_SP
_
MAC_PLAYER_SORT
1
MAC_ADDON_PATH
/www/wwwroot/www.jiaxuanpet.com/public/addons/
MAC_ADDON_PATH_STATIC
/www/wwwroot/www.jiaxuanpet.com/public/static/addons/