Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ENOENT localhost:3306 error

Tags:

node.js

mysql

When I run my code Developed using nodejs express and mysql, I sometimes get error name ENOENT localhost:3306. Please some one t Help me why I get this error. I don't get it all the time. But sometime. And I get when I am connected with my local mysql server.

like image 391
Jawadh Salih Rifath Avatar asked May 31 '26 19:05

Jawadh Salih Rifath


1 Answers

If your mysql connection string has defined "localhost" then tried to using "127.0.0.1" , hope it works ...

like image 190
Zahidur Rahman Avatar answered Jun 02 '26 10:06

Zahidur Rahman