01.09.2016, 07:42
Sometimes MySQL servers are not set to accept remote connections, or you need to add access for your IP address.
The error "Access denied for user <user>@<your IP>" is because you can set up MySQL users so they can only log in from certain IP addresses - usually it's set to allow either local connections (localhost) or everything, but it seems like it's not the latter in your case. Try to change your MySQL user or create a new one that can be logged in from your IP.
The error "Access denied for user <user>@<your IP>" is because you can set up MySQL users so they can only log in from certain IP addresses - usually it's set to allow either local connections (localhost) or everything, but it seems like it's not the latter in your case. Try to change your MySQL user or create a new one that can be logged in from your IP.