Networking, Programming and Graphics Tutorials

How to allow remote connection to MySQL [2/3]

Run this command:

grant all privileges on *.* to USER@IP identified by "PASSWORD";
USER is the username that you would like to give permissions for remote login.
IP is the public IP address of your remote connection.
PASSWORD is the password you would like to use for this username.

You now must flush MySQL\\\'s privileges. Run this command:

FLUSH PRIVILEGES;
Networking, Programming and Graphics Tutorials - How to allow remote connection to MySQL [2/3] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: remote connection and localhost connection mysql  how to allow remote connection to mysql  mysql allow remote connection  remote connection mysql *  MySQL allow remote connection  mysql remote connection  mysql remote connection  allow remote connection MySQL  Remote connection + mysql  mysql allows remote connection