You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for database failed: Temporary failure in name resolution (SQL: select * from information_schema.tables where table_schema = chatapp and table_name = migrations and table_type = 'BASE TABLE')
#2
Open
karlog100 opened this issue
Apr 25, 2023
· 4 comments
I ran into a similar issue. The error I was getting was: could not find driver (SQL: select * from information_schema.tables where table_schema = chatapp and table_name = migrations and table_type = 'BASE TABLE')
When I looked at the php.ini files, I realized there were 2: php.ini-development php.ini-production
I updated APP_ENV in .env from =local to =development, helping get me past my error. I'll let you know if I find anything related to your error, but I wanted to share what I know.
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for mysql.railway.internal failed: Name or service not known (Connection: mysql, SQL: select * from sessions where id = XrYzxE9YVTpfjsPEdrtO5sQQMvK3xlFdiBfnhOiY limit 1)
hi, i had the same issues, is anyone here can help me?
whereas my project env with my sql env on railway are both the same, but i still experiencing this error, how should i solve this?
Hello
I have an issue where queue exits with code 0 after php gives the following:
The text was updated successfully, but these errors were encountered: