私も同じ問題に直面しました。
私のために働いた解決策
Create
新規ユーザーGrant
データベースのこの新しいユーザー権限:
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>';