我正在使用Centos 7.7和PHP 7.2,但是当我尝试使用laravel迁移数据库时,出现了这个错误。我试过很多方法,但我还是解决不了这个问题。Illuminate\Database\QueryException : could not find driver (SQL: select * from information_schema.tablestable_name = migrations and table_type = 'BASE TABLE')
at /var
我想在laravel 5.7中使用sql server 2017,但我很难连接DB。关键是我可以像下面这样使用简单的dbo字符串$conn = new PDO ("sqlsrv:Server=DESKTOP-PVSDJ8C;Database=Library", "Nazanin$e->getMessage());但当我用拉拉连接
我反
我从名为laravel的Laravel5.4数据库中删除了migrations表。当我运行php artisan migrate:install时,我得到这个错误:SQLSTATE[HY000] [2002]No such file or directory
(SQL: select * from information_schema.tables where table_schema = laravel这个问题
我对Laravel5.4中的MySQL和Eloquent中的CronJob有问题。当我执行php artisan schedule:run时,我得到了这个错误: could not find driver(SQL: select ...... )
could not find driver唯一的问题是
当我试图用php artisan migrate --path="2022_04_17_161039_create_cruds_table.php"命令迁移laravel中的一个表时,我得到了这个错误-Illuminate\Database\QueryException
could not find driver (SQL: select * from information_schema.tableswhere table_schema = crud and table_name = migr