etfu Posted September 9, 2017 Posted September 9, 2017 Hello. I'm want to use Ricky for Mysql remote server, but when I'm trying to connect server via nodejs external server, I've got this message: Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'etfu_dbname@*.compute-1.amazonaws.com' (using password: YES)I know that I've need enable MySQL remote, but where I can do that. On Remote MySQL® page I can only see hosts manage, nothing else. Add % or something else doesn't work. I hope you can help me with that. Quote
wolstech Posted September 9, 2017 Posted September 9, 2017 (edited) Put a % sign in the host list on the remote page for testing. That will eliminate the IP address as the issue. Also, make sure you assigned your database user to the database. Note that users and databases are two separate things (though the username can match the DB name if you wish). Many people forget to either create a user, or to associate the user and database. Either will cause an access denied error. Be sure the user exists, is associated, and granted all permissions for now (if you want to tighten security, it's best to do so after you get it working). Edited September 9, 2017 by wolstech Details Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.