OK with OSX?

Asked by Warwick Prince

Quick check to see if you know of any existing issues running under Max OS X 10.6.x I have just fired up code that I believe works on this platform, and am getting connection errors to the server.. Before I spend a lot of time on this, I thought it wise to ensure that it "should" work.. :-)

The server is running, and can be connected to using the same code from a Windows instance. Running Python 2.7.1 on both Windows and Mac.

2011-05-23 16:18:31,927 : (InterfaceError) 2003: Can't connect to MySQL server on '192.168.50.2:3306' (60) None None

MySQL is running on a Windows server VM.

Please advise.

Cheers
Warwick

Question information

Language:
English Edit question
Status:
Solved
For:
MySQL Connector/Python Edit question
Assignee:
No assignee Edit question
Solved by:
Warwick Prince
Solved:
Last query:
Last reply:
Revision history for this message
Geert JM Vanderkelen (geertjmvdk) said :
#1

The complete code was actually written using a Mac running Mac OS 10.6, so yes it should work.

Seems you got network issues where the virtual machine can't be accessed from other hosts?

Revision history for this message
Warwick Prince (warwickp) said :
#2

Indeed that was the issue.. I forgot that all my other machines were VM's running on a virtual network. The Mac is the host and has never needed to directly talk with any of the VM's before - so I'd forgotten I'd even configured a vLAN.. Sorry to waste your time. Sometimes it just takes someone else to point out the obvious!

Cheers
Warwick