[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('SHOW COLUMNS FROM `m...', [], false, true) in Mysql.php line 65
  3. at Mysql->getFields('`mac_vod`') in Query.php line 1921
  4. at Query->getTableInfo('mac_vod', 'pk') in Query.php line 1955
  5. at Query->getPk(['field' => ['*'], 'multi' => ['AND' => ['vod_id' => [['eq', '67046']], 'vod_status' => [['eq', 1]]]], 'where' => ['AND' => ['vod_id' => ['eq', '67046'], 'vod_status' => ['eq', 1]]], ...]) in Query.php line 2639
  6. at Query->find() in Vod.php line 477
  7. at Vod->infoData(['vod_id' => ['eq', '67046'], 'vod_status' => ['eq', 1]], '*', 1) in common.php line 2177
  8. at mac_label_vod_detail(['page' => 1, 'ajax' => 0, 'tid' => 0, ...]) in All.php line 302
  9. at All->label_vod_detail() in Vod.php line 53
  10. at Vod->detail()
  11. at ReflectionMethod->invokeArgs(object(Vod), []) in App.php line 343
  12. at App::invokeMethod([object(Vod), 'detail'], []) in App.php line 611
  13. at App::module(['index', 'vod', 'detail'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  14. at App::exec(['type' => 'module', 'module' => ['index', 'vod', 'detail']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  15. at App::run() in start.php line 19
  16. at require('/www/wwwroot/47.112....') 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_vod`
Database Config
type mysql
hostname 127.0.0.1
database pg_hadesroys_co
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

think
{ "THINK_TOKEN": "\/www\/wwwroot\/47.112.13.166\/thinkphp\/" }

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
qiuguojiaoyu.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/vod/detail/id/67046.html
REDIRECT_STATUS
200
SERVER_NAME
47.112.13.166
SERVER_PORT
80
SERVER_ADDR
172.18.227.149
REMOTE_PORT
53196
REMOTE_ADDR
18.206.76.160
SERVER_SOFTWARE
nginx/1.18.0
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/47.112.13.166
DOCUMENT_URI
/index.php/vod/detail/id/67046.html
REQUEST_URI
/index.php/vod/detail/id/67046.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
SCRIPT_FILENAME
/www/wwwroot/47.112.13.166/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/vod/detail/id/67046.html
REQUEST_TIME_FLOAT
1711715979.1746
REQUEST_TIME
1711715979
Environment Variables
empty

ThinkPHP Constants

ROOT_PATH
/www/wwwroot/47.112.13.166/
APP_PATH
/www/wwwroot/47.112.13.166/application/
MAC_COMM
/www/wwwroot/47.112.13.166/application/common/common/
MAC_HOME_COMM
/www/wwwroot/47.112.13.166/application/index/common/
MAC_ADMIN_COMM
/www/wwwroot/47.112.13.166/application/admin/common/
MAC_START_TIME
1711715979.1749
BIND_MODULE
index
ENTRANCE
index
IN_FILE
/index.php
APP_DEBUG
true
THINK_VERSION
5.0.23
THINK_START_TIME
1711715979.1751
THINK_START_MEM
380296
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/47.112.13.166/thinkphp/
LIB_PATH
/www/wwwroot/47.112.13.166/thinkphp/library/
CORE_PATH
/www/wwwroot/47.112.13.166/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/47.112.13.166/thinkphp/library/traits/
EXTEND_PATH
/www/wwwroot/47.112.13.166/extend/
VENDOR_PATH
/www/wwwroot/47.112.13.166/vendor/
RUNTIME_PATH
/www/wwwroot/47.112.13.166/runtime/
LOG_PATH
/www/wwwroot/47.112.13.166/runtime/log/
CACHE_PATH
/www/wwwroot/47.112.13.166/runtime/cache/
TEMP_PATH
/www/wwwroot/47.112.13.166/runtime/temp/
CONF_PATH
/www/wwwroot/47.112.13.166/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
ADDON_PATH
/www/wwwroot/47.112.13.166/addons/
MAC_URL
http://www.maccms.com/
MAC_NAME
苹果CMS
MAC_PATH
/
MAC_MOB
0
MAC_ROOT_TEMPLATE
/www/wwwroot/47.112.13.166/template/default_pc/html/
MAC_PATH_TEMPLATE
/template/default_pc/
MAC_PATH_TPL
/template/default_pc/html/
MAC_PATH_ADS
/template/default_pc/ads/
MAC_PAGE_SP
_
MAC_PLAYER_SORT
1