Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vandyczech's avatar

Php artisan migrate not working

Hi, I have problem. I created migration via php artisan, and i want execute the migration but if I run the php artisan migrate, i show err...

[Illuminate\Database\QueryException] SQLSTATE[HY000] [2002] (SQL: select * from information_schema.tables where table_schema = itczech and table_name = migrations)

Where is the problem? All working well earlier, but now not ...

0 likes
4 replies
bobbybouwmann's avatar

Did you already migrate other tabels? Did you try to completely drop the database and run the migrations again?

tomopongrac's avatar

Did you execute command within your virtual machine ...

vandyczech's avatar

Yes, four tables was migrated, but this migration not. No, I not try drop the database.

Please or to participate in this conversation.