host always resolving to 192.168.1.100

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
brettfavre
Posts: 2
Joined: Sun 15 Apr 2007 15:39

host always resolving to 192.168.1.100

Post by brettfavre » Sun 15 Apr 2007 15:49

No matter what I enter as the host in my connection profile, it always resolves to 192.168.1.100, giving me the error "Access denied for user 'myuser'@'192.168.1.100' (using password: YES)". I've tried both the IP address for my development server and the host name I have pointing to my development server, which is correctly set up in my hosts file and pings to the correct IP address on the command line.

The only thing non-standard about my setup is that I am running mySQL Developer Studio on a virtual machine via Parallels on my MacBook Pro. Seeing as that I can get pings to resolve correctly though, this really doesn't seem like it would make a bit of difference....

Any help is appreciated.

brettfavre
Posts: 2
Joined: Sun 15 Apr 2007 15:39

Post by brettfavre » Sun 15 Apr 2007 16:28

Sorry, you can disregard this. Host was resolving correctly, but since I was running through a VM my VM wasn't being seen as the same host as as the host operating system.

Post Reply