LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   VMware private subnet connection and mysql access (https://www.linuxquestions.org/questions/linux-networking-3/vmware-private-subnet-connection-and-mysql-access-412960/)

jamespic 02-08-2006 07:13 AM

VMware private subnet connection and mysql access
 
Hello,

thank you for offering your support.

The physical machine is running debian sarge with kernel 2.6.8-2-386.
The virtual machine is running windows 2000 with sp4.

The machines are connected via a private subnet.
information about the physical machine :
Quote:

Originally Posted by ifconfig
vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
inet addr:172.16.11.1 Bcast:172.16.11.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link

Quote:

Originally Posted by vmware-config.pl network settings
vmnet1 is a host-only network on private subnet 172.16.11.0.

This is the only information i have, and i have dumbly removed ipconfig and winipcfg from the windows 2000 ...

THe MySQL server is hosted on the physical machine.
After reading dev.mysql.com/doc/refman/5.0/en/connection-access.html, i ran on the physical machine :

Code:

$ mysql
mysql > GRANT ALL PRIVILEGES ON * TO root@'172.16.11.%/255.255.255.0';

and i still can't connect to the mysql server from the virtual machine ... wich is my goal (then i will have fully migrated to linux)

any ideas ?


All times are GMT -5. The time now is 11:01 PM.