Tôi cũng gặp phải vấn đề tương tự.
Giải pháp phù hợp với tôi
-
Createmộ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>';