node-express不能操作mysql解决办法
2016-09-02 本文已影响0人
skymcl
express连接操作数据库
use mysql;
update user set authentication_string=password(''), plugin='mysql_native_password' where user='root';
use mysql;
update user set authentication_string=password(''), plugin='mysql_native_password' where user='root';