Error in Homestead: sqlstate[HY000][2002]PHP_Network_GetAddresses: GetAddrinfo Failed: Temporary Failure in Name Resolution
1. Error in Homestead: sqlstate[HY000][2002]php_network_getaddresses: getaddrinfo failed: temporary failure in name resolution. as shown in Figure 1
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution (SQL: select * from `products` where `id` in (4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20) order by FIND_IN_SET(id, '4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20'))
2. Edit the .env file, and db_host=mysql modify it to db_host=127.0.0.1. No more errors.
![在 Homestead 中报错:SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution](https://www.shuijingwanwq.com/wp-content/uploads/2022/09/1-10.png)