2016-10-13 155 views
0

我的代碼在開發時正常執行。但在生產中出現以下錯誤:使用「Mysql」的數據庫連接丟失或無法連接

Missing Database Connection

Error: A Database connection using "Mysql" was missing or unable to connect. The database server returned this error: Selected driver is not enabled

Error: Mysql driver is NOT enabled

回答

0

不支持在PHP 5.5.x及更高版本上使用Mysql擴展。 在PHP 7上,mysql已被刪除。 您應該使用PDO。如果你不能,那麼嘗試用mysqli擴展替換你的mysql。

0

我得到了同樣的錯誤,但它與這個

yum install --enablerepo=remi,remi-php70 php-mysqlnd 
解決