I am trying to connect to MySQL from a remote system, my home comuter, using Navicat. I have entered the default port 3306, my Hostname, my username for my host, and the password that goes with the username. I also tried using the IP address also for my domain.
But still I get an error message saying "Access denied for user: 'myname@myhomeip' (Using password YES).
What am I doing wrong here?
I have defined some users in the Database, and even tried using those to login.
Thanks.
Martin