NODE.JS

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

임경민 2018. 6. 4. 12:10

sudo mysql -u root

use mysql;

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