Illuminate \ Database \ QueryException (2002) SQLSTATE[HY000] [2002] Permission denied
to solve following error, run below command
Illuminate \ Database \ QueryException (2002)
SQLSTATE[HY000] [2002] Permission denied (SQL: select * from users
where email
= [email protected] limit 1)
1 |
sudo setsebool -P httpd_can_network_connect_db=1 |
Gracias. me funcionó!
Welcome Alex