安裝cms出現(xiàn)如下提示:
Unknown storage engine 'InnoDB'
D:\wwwroot\law\web\dayrui\System\Database\MySQLi\Connection.php at line 330
323 $this->connID->next_result();324 if ($res = $this->connID->store_result())325 {326 $res->free();327 }328 }329 330 return $this->connID->query($this->prepQuery($sql));331 }332 333 //--------------------------------------------------------------------334 335 /**336 * Prep the query337 *
MySQL不支持innodb,MySQL是什么版本
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
https://m.jb51.net/article/119808.htm
5.5.19.0
MySQL5.5用二樓的方法
用phpstudy把