abi-collab / open-pos-inventory-laravelvue

A fully functional Point of Sale (POS) & Inventory System made from Laravel and Vue js
MIT License
57 stars 30 forks source link

php artisan migrate | SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: Temporary failure in name resolution (SQL: select * from information_schema.tables where table_schema = inven_pos and table_name = migrations and table_type = 'BASE TABLE') #6

Open DevaZikrullah opened 1 year ago

DevaZikrullah commented 1 year ago

when i run command php artisan migrate

error = SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: Temporary failure in name resolution (SQL: select * from information_schema.tables where table_schema = inven_pos and table_name = migrations and table_type = 'BASE TABLE')

should i create the table first or smth??

muazzamazaz commented 1 month ago

change DB_HOST=db to DB_HOST=localhost