mysql remote connection [closed]
- by Fel
I spoke with my host supporter to find what is my sql hostname.
He said that the only way is add permissions in mysql remote (cpanel) to my actual ip.
So the config in heidiSQL for example will be
localhost
userxxx
passxxx
But i have a dynamic ip, so i need to change the permissions every time, correct?
Add the flag % probably is not a good idea, so how can I solve this problem?
Why I dont have something like mysql.something.com ?
Sorry, if this question is too basic.