Problem with python connect.

2004-01-19 Thread Michael Satterwhite
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm running the SuSE 8.2 distro with MySQL 4.1.0-0 and python-mysql-0.9.1-430. On Saturday, I had to do a reinstall of everything (long story). The software listed above is the same as it was before the reinstall. The only difference is that this

Re: Problem with python connect.

2004-01-19 Thread Michael Satterwhite
I received a suggestion that the problem might be in the privilege tables. Note that this server has never been at a level less than 4.1. The password field in user is 45 char long, and passwords already begin with a *. The suggestion was a good one based on the symptom, but it doesn't apply

Re: Problem with python connect.

2004-01-19 Thread Michael Stassen
The password column is 41 bytes in 4.1, except for 4.1.0 which uses 45 bytes. If I understand you, though, you reinstalled 4.1.0, so that isn't the problem. Perhaps you started mysqld with --old-passwords before but not after the reinstall? Leaving that out would prevent connections from

Re: Problem with python connect.

2004-01-19 Thread Michael Satterwhite
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 19 January 2004 08:56, you wrote: The password column is 41 bytes in 4.1, except for 4.1.0 which uses 45 bytes. If I understand you, though, you reinstalled 4.1.0, so that isn't the problem. Perhaps you started mysqld with