I am unable to connect to my server remotely.
- I've tried changing the bind-address to the IP address.
- I've tried changing to the bind to 0.0.0.0
- I've made sure that port 3306 is not blocked by the firewall
- I've added a privilege user from the requesting IP and Port and granted full access to that user.
None of the above changes seem to have done the trick.
The syntax I am using for the connection string is Server=;Database=dbname;Uid=userid;Pwd=pwd;
The database was set up using Xammp phpyadmin