grant remote access of MySQL database from any IP address

TO 'user'@'%'

% is a wildcard – you can also do '%.domain.com' or '%.123.123.123' and things like that if you need.

Leave a Comment