FilamentF
Filament2y ago
14 replies
K R A T O S

PHP database connection error

I am getting the following error while trying to create a filament user with the artisan command. I can understand the error is due to not being bale to connect to the DB. Is there a place where I can configure this? Maybe specifically mention a separate connection or something.

SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for mysql failed: nodename nor servname provided, or not known (Connection: mysql, SQL: select exists(select * from `users` where `email` = test@test.com) as `exists`)
Was this page helpful?