Tôi cũng gặp phải vấn đề tương tự.
Giải pháp phù hợp với tôi
-
Create
một người dùng mới -
Grant
đặc quyền người dùng mới này trong cơ sở dữ liệu của bạn:
create user '<new_user_name>'@'localhost' identified by '<new_user_password>';
grant all privileges on <your_db_name>.* to '<new_user_name>'@'localhost' identified by '<new_user_password>';