[Illuminate\Database\QueryException] could not find driver 阿星小棧

環境:centos8

報錯是因爲缺少mysql擴展

解決辦法:

yum install php-mysql
yum install mysql-devel 

若爲PHP5.3  就只能源碼安裝,參考如下

進入源碼解壓包

./configure --with-php-config=/usr/local/php53/bin/php-config --with-mysql 
./configure --with-php-config=/usr/local/php53/bin/php-config --with-mysql=/usr
./configure --with-php-config=/usr/local/php53/bin/php-config --with-mysql=mysqlnd

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章