mysqlremote-accessdedicated-serverdedicated-hosting

How to access MySql on my dedicated server from remote machine


I have MySql server setup on my dedicated server with an IP address 12.12.123.123 . I have configured MySql to allow remote access. Now I want to access the server from remote application. How can I do this? How will I get the host/server name of MySql to put in my connection string?

Thanks


Solution

  • You can just put the IP address of the server as the hostname.

    Make sure that