kalvin 1 گزارش دادن ارسال شده در مهر 99 سلام دوستان من تازه دارم لاراول رو یاد میگیرم و سیستم عاملم اوبونتو هستش و ورژن php بنده 7.4.10 هستش. وقتی دستور migrate رو اجرا میکنم که جدول های دیتابیس ساخته بشه این ارور رو میده : عکس فایل env رو هم فرستادم٫ تو تصویر گوشه سمت چپ دیتابیس testDb رو هم میتونید توی MySql ببینید Illuminate\Database\QueryException could not find driver (SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations and table_type = 'BASE TABLE') at vendor/laravel/framework/src/Illuminate/Database/Connection.php:671 667▕ // If an exception occurs when attempting to run a query, we'll format the error 668▕ // message to include the bindings with SQL, which will make this exception a 669▕ // lot more helpful to the developer instead of just the database's errors. 670▕ catch (Exception $e) { ➜ 671▕ throw new QueryException( 672▕ $query, $this->prepareBindings($bindings), $e 673▕ ); 674▕ } 675▕ +37 vendor frames 38 artisan:37 Illuminate\Foundation\Console\Kernel::handle() نقل قول Share this post Link to post Share on other sites
saber 143 گزارش دادن ارسال شده در مهر 99 سلام لینک زیر رو چک کنید مشکل مشابه حل شده https://stackoverflow.com/questions/46745365/artisan-migrate-could-not-find-driver 1 نقل قول Share this post Link to post Share on other sites
kalvin 1 گزارش دادن ارسال شده در مهر 99 در 4 دقیقه قبل، saber گفته است : سلام لینک زیر رو چک کنید مشکل مشابه حل شده https://stackoverflow.com/questions/46745365/artisan-migrate-could-not-find-driver این کار رو انجام دادم ولی هیچ فرقی نکرد دوست عزیز نقل قول Share this post Link to post Share on other sites
kalvin 1 گزارش دادن ارسال شده در مهر 99 باید یه بار کش artisan رو پاک میکردم و mysql رو ری استارت میکردم. https://stackoverflow.com/questions/43169240/php-artisan-migrate-sqlstatehy000-1045-access-denied-for-user-laravell/56186709 1 نقل قول Share this post Link to post Share on other sites