cagartner
1/31/2017 - 5:28 PM

How to add remotely access to mysql user

How to add remotely access to mysql user

GRANT ALL ON <database>.* TO <user>@'<remote-ip>' IDENTIFIED BY '<password>';