i have enabled mysql
to remote access and set a user with all grant permissions, and from typing what is my IP in google
i get my public ip, my connection string is :
SERVER=MY_PUBLIC_IP;PORT=3306;DATABASE=my_test;UID=myuser;PWD=xxxx;
i changed the bind-address in my.ini as in this question to my public ip, but i guess no matter what i do i still get that jit
error which is:
MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
i try to connect with a c# form, note that the form work fine on my PC but i can't figure out a way to remote connect to the db in my computer from another PC, any help with that?