Re: Newbie MySQLdb / MySQL version problem, I think

2004-11-29 Thread Dave Merrill
Thanks Allastair, Leon, Tim, anyone else I missed. Bingo, that was it. I didn't even try looking at mysql.com, duh. In my defense (;-), I'd already spent a bunch of time in incompatible version hell with other things, so I was (too) ready to think it either wouldn't work period, or I'd borked it u

Re: Newbie MySQLdb / MySQL version problem, I think

2004-11-29 Thread Tim Williams
"Dave Merrill" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Sorry for the newbness... Win2K, Python 2.3.3, MySQL 4.1.7. Downloaded and > extracted MySQL-python-1.0.0.win32-py2.3.zip. Put the whole extracted > directory into C:\Program Files\Python23\Lib\site-packages\ and rena

Re: Newbie MySQLdb / MySQL version problem, I think

2004-11-29 Thread Leon
new version MySQL use new Password encode . you can use ¡upassword()¡v(modify user table)¡Ato change new password encode to old password.. good luck ^^ ---by Leon-- "Dave Merrill" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D:[EMAIL PROTECTED] > Sorry for the newbness... Win2K, Python 2.3.3, MySQL

Re: Newbie MySQLdb / MySQL version problem, I think

2004-11-29 Thread alastair
Hi, I'm using MySQLdb with mysql 4.1 and I've seen this too - to get around it go to the following link: http://dev.mysql.com/doc/mysql/en/Old_client.html Hope this helps, Alastair. -- http://mail.python.org/mailman/listinfo/python-list