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
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')
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??