In my windows forms application I use Mysql to get data. (I use MySql.Data.dll)
Here is my connection string:
server=xxx.xxx.xxx.xxx;user id=user_name;Password=userpass;database=products
When I want use my application on a computer, I must add computer's ip to remote mysql connection on cpanel. I want grant all privileges (on every IP) to user which I use on my connection string.
How can I do it?