You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I executed php artisan migrate ,
then got following errors.
[Illuminate\Database\QueryException]
could not find driver (SQL: select * from information_schema.tables where t
able_schema = spa and table_name = migrations)
[PDOException]
could not find driver
The text was updated successfully, but these errors were encountered:
Hi @eugene-zheng0208, I think you don't have the pdo_mysql module installed, run php -m and check if it shows up, if not, try to install it by running something like sudo apt-get install php7.1-mysql (change the 7.1 to the PHP version you're using), let me know if it works :)
I executed php artisan migrate ,
then got following errors.
[Illuminate\Database\QueryException]
could not find driver (SQL: select * from information_schema.tables where t
able_schema = spa and table_name = migrations)
[PDOException]
could not find driver
The text was updated successfully, but these errors were encountered: