The landlord
安装数据库报错SQLSTATE[HY000]: General error: 1031 Table storage engine for 'muucmf_action_log' doesn't have this option
2022-06-17 15:08 Published in BUG与建议
在线求解决方案;
$query->readMaster(); } $this->numRows = $this->PDOStatement->rowCount(); return $this->numRows; } catch (\PDOException $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind, $query); } throw new PDOException($e, $this->config, $this->getLastsql()); } catch (\Throwable $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind, $query); } throw $e; } catch (\Exception $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind, $query); }