Laravel“ php artisan migration”给出了错误

时间:2018-11-21 23:55:59

标签: php mysql database laravel xampp

我正在将Windows 10与XAMPP一起使用。

运行php artisan migrate时出现此错误: enter image description here

我已经看过这个问题,大多数人都说要更改php.ini文件,但这并没有真正帮助。 例如

  

Artisan migrate could not find driver

说“只是取消注释扩展名:

; extension = php_pdo_mysql.dll” 我不能这样做,因为它只是在我的php.ini文件中不存在,如果我只是尝试添加它,什么也没发生。

另一个

  

php artisan migrate command error : could not find driver

声称将“; extension = pdo_mysql”取消注释为“ extension = pdo_mysql”是可行的,但对我而言始终没有注释。

也在我的database.php文件中更改了

enter image description here

enter image description here

https://www.reddit.com/r/laravel/comments/6i0sak/i_get_errors_when_i_try_to_run_a_migration/) 但这也无济于事(尽管我没有把unix_socket弄乱,因为我认为这并不适用于我)。

有什么想法吗?这真是令人讨厌的笑。

0 个答案:

没有答案