Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connection refused laravel SQL: select count(*) as aggregate

Tags:

laravel-5

I change the default auth in laravel and replace the email to username. Then I login using username and s

Illuminate\Database\QueryException SQLSTATE[HY000] [2002] Connection refused (SQL: select count(*) as aggregate from users where email = [email protected])

like image 998
Dulaj Madushanka Gunawardana Avatar asked Nov 01 '25 13:11

Dulaj Madushanka Gunawardana


1 Answers

restart the server and check again..

like image 146
Shaminda Avatar answered Nov 04 '25 03:11

Shaminda