Using Python and Connecting to MySQL remotely WITHOUT MySQL installed on local computer

2010-11-17 Thread dave
http://sourceforge.net/projects/mysql-python/ Using this package, WITHOUT having MySQL installed on my Mac OS X, how can I use python to connect to a remote MySQL server? All of the tutorials mention having to download MySQL! -- http://mail.python.org/mailman/listinfo/python-list

Re: Using Python and Connecting to MySQL remotely WITHOUT MySQL installed on local computer

2010-11-17 Thread Tim Harig
On 2010-11-18, dave davidrey...@gmail.com wrote: http://sourceforge.net/projects/mysql-python/ Using this package, WITHOUT having MySQL installed on my Mac OS X, how can I use python to connect to a remote MySQL server? All of the tutorials mention having to download MySQL! You don't have

Re: Using Python and Connecting to MySQL remotely WITHOUT MySQL installed on local computer

2010-11-17 Thread Steve Holden
On 11/17/2010 7:21 PM, Tim Harig wrote: On 2010-11-18, dave davidrey...@gmail.com wrote: http://sourceforge.net/projects/mysql-python/ Using this package, WITHOUT having MySQL installed on my Mac OS X, how can I use python to connect to a remote MySQL server? All of the tutorials mention

Re: Using Python and Connecting to MySQL remotely WITHOUT MySQL installed on local computer

2010-11-17 Thread Tim Harig
On 2010-11-18, Steve Holden st...@holdenweb.com wrote: On 11/17/2010 7:21 PM, Tim Harig wrote: On 2010-11-18, dave davidrey...@gmail.com wrote: http://sourceforge.net/projects/mysql-python/ Using this package, WITHOUT having MySQL installed on my Mac OS X, how can I use python to connect to

Re: Using Python and Connecting to MySQL remotely WITHOUT MySQL installed on local computer

2010-11-17 Thread Steve Holden
On 11/17/2010 10:19 PM, Tim Harig wrote: On 2010-11-18, Steve Holden st...@holdenweb.com wrote: On 11/17/2010 7:21 PM, Tim Harig wrote: On 2010-11-18, dave davidrey...@gmail.com wrote: http://sourceforge.net/projects/mysql-python/ Using this package, WITHOUT having MySQL installed on my Mac