the problem could accure because of few things. 1- make sure that the username and password you are using is correct 2- if you use MySQL 8, it uses caching_sha2_password by default try to change it mysql_native_password plugin. 3- maybe your user name "myuser" might not have permissions to connect from localhost