본문 바로가기

NODE.JS

ECONNREFUSED - network가 붙기전에 DB가 붙어버린 오류해결

sudo mysql -u root

use mysql;

update user set authentication_string=password(''), plugin='mysql_native_password' where user='root';
flush privileges;


'NODE.JS' 카테고리의 다른 글

Node.js 버전 관리  (0) 2018.12.06
MongoDB 연동  (0) 2018.09.04
cross-domain 해결방안 - JSONP  (0) 2018.08.29
postgresql 연동  (0) 2018.08.29
[ Node Js ] Node Js 특징 및 설치  (0) 2018.04.19