April 1, 2014 1 min read
Create new MySQL user and allow them to connect from any IP
If you are getting the error: user is not allowed to connect to this MySQL serverConnection closed by foreign host Or : Access denied for user 'root'@'somehost.com' (using password: YES)) Then you probably have not cr...
Programming Guides