您好,我在laravel 6中遇到以下错误
Illuminate\Database\QueryException
could not find driver (SQL: select count(*) as aggregate from `snippets`)发布于 2020-07-21 00:56:21
在Ubuntu中,您必须验证它使用的php版本是否与包含驱动程序的版本相同。示例:
sudo apt-get install php7.2-mysqlhttps://stackoverflow.com/questions/60659593
复制相似问题