wangweianger / mysqls

It is written in JavaScript,crud for mysql.You can also use transactions very easily.
Other
107 stars 23 forks source link

init出错是什么问题 #5

Open yongruning opened 4 years ago

yongruning commented 4 years ago

确定init({})里的信息没有问题,自己用mysql链接能查到数据,但是用mysqls不行,报错

Uncaught (in promise) Error: Access denied for user 'root'@'localhost' (using password: YES)

求解谢谢~