永利3885网站(中国)官网入口,永利3885网站,永利304电子游戏网站(中国)有限公司官网

[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 `d...', [], false, true) in Mysql.php line 65
  3. at Mysql->getFields('dp_sets') in Query.php line 1921
  4. at Query->getTableInfo('dp_sets', 'type') in Query.php line 1969
  5. at Query->getFieldsType('dp_sets') in Query.php line 1975
  6. at Query->getFieldsBind('dp_sets') in Builder.php line 270
  7. at Builder->buildWhere(['AND' => ['name' => ['eq', 'mail']]], ['multi' => ['AND' => ['name' => [['eq', 'mail']]]], 'where' => ['AND' => ['name' => ['eq', 'mail']]], 'field' => ['content'], ...]) in Builder.php line 240
  8. at Builder->parseWhere(['AND' => ['name' => ['eq', 'mail']]], ['multi' => ['AND' => ['name' => [['eq', 'mail']]]], 'where' => ['AND' => ['name' => ['eq', 'mail']]], 'field' => ['content'], ...]) in Builder.php line 719
  9. at Builder->select(['multi' => ['AND' => ['name' => [['eq', 'mail']]]], 'where' => ['AND' => ['name' => ['eq', 'mail']]], 'field' => ['content'], ...]) in Query.php line 2462
  10. at Query->getPdo() in Query.php line 441
  11. at Query->value('content') in diy.php line 16
  12. at include('/home/wb001/www/dpwl...') in Config.php line 80
  13. at Config::load('/home/wb001/www/dpwl...', 'diy') in App.php line 262
  14. at App::init() in App.php line 182
  15. at App::initCommon() in App.php line 82
  16. at App::run() in start.php line 19
  17. at require('/home/wb001/www/dpwl...') in index.php line 17

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 `dp_sets`
Database Config
type mysql
hostname localhost
database xiaogao
hostport 3306
dsn
params [ ]
charset utf8
prefix dp_
debug false
deploy 0
rw_separate false
master_num 1
slave_no
read_master false
fields_strict true
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

REDIRECT_STATUS
200
HTTP_ACCEPT
text/html, application/xhtml+xml, */*
CONTENT_TYPE
text/html
HTTP_USER_AGENT
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36
HTTP_HOST
danexecutiveapartment.com
HTTP_CONNECTION
Close
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE
<address>Apache/2.4.7 (Ubuntu) Server at danexecutiveapartment.com Port 80</address>
SERVER_SOFTWARE
Apache/2.4.7 (Ubuntu)
SERVER_NAME
danexecutiveapartment.com
SERVER_ADDR
172.16.11.12
SERVER_PORT
80
REMOTE_ADDR
103.135.147.85
DOCUMENT_ROOT
/home/wb001/www/dpwlcms
REQUEST_SCHEME
http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
/home/wb001/www/dpwlcms
SERVER_ADMIN
[no address given]
SCRIPT_FILENAME
/home/wb001/www/dpwlcms/index.php
REMOTE_PORT
11549
REDIRECT_URL
/ko/news/4916.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
REQUEST_URI
/ko/news/4916.html
SCRIPT_NAME
/index.php
PATH_INFO
/ko/news/4916.html
PATH_TRANSLATED
redirect:/index.php/ko/news/4916.html/news/4916.html
PHP_SELF
/index.php/ko/news/4916.html
REQUEST_TIME_FLOAT
1691698280.711
REQUEST_TIME
1691698280
Environment Variables
empty

ThinkPHP Constants

ROOT
/
APP_PATH
/home/wb001/www/dpwlcms/application/
THINK_VERSION
5.0.23
THINK_START_TIME
1691698280.7116
THINK_START_MEM
230448
EXT
.php
DS
/
THINK_PATH
/home/wb001/www/dpwlcms/core/
LIB_PATH
/home/wb001/www/dpwlcms/core/library/
CORE_PATH
/home/wb001/www/dpwlcms/core/library/think/
TRAIT_PATH
/home/wb001/www/dpwlcms/core/library/traits/
ROOT_PATH
/home/wb001/www/dpwlcms/
EXTEND_PATH
/home/wb001/www/dpwlcms/extend/
VENDOR_PATH
/home/wb001/www/dpwlcms/vendor/
RUNTIME_PATH
/home/wb001/www/dpwlcms/runtime/
LOG_PATH
/home/wb001/www/dpwlcms/runtime/log/
CACHE_PATH
/home/wb001/www/dpwlcms/runtime/cache/
TEMP_PATH
/home/wb001/www/dpwlcms/runtime/temp/
CONF_PATH
/home/wb001/www/dpwlcms/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false