Saya juga menghadapi masalah yang sama.
Solusi yang berhasil untuk saya
Create
pengguna baruGrant
hak istimewa pengguna baru dari database Anda :
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>';