+1
Node js kết nối mysql
Mk mới học "Client does not support authentication protocol requested by server; consider upgrading MySQL client" lỗi 1251, lsao để thay đổi plugin thành mysql_native_password v? Thank's mn!!!
Thêm một bình luận
1 CÂU TRẢ LỜI
+1
Bạn thử cách này xem, mình vừa google được:
Execute the following query in MYSQL Workbench, try connecting using node after you do so:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'