Hi, on Debian I have these packages (related to mysql) installed and it works for me:
python2.3-mysqldb python-mysqldb libqt3c102-mt-mysql mysql-query-browser mysql-admin-common mysql-common mysql-query-browser-common libdbd-mysql-perl mysqlcc mysql-client mysql-doc-4.1 mysql-server-4.1 mysql-admin libmysqlclient14 libmysqlclient12 libmysqlclient10 php3-mysql libmysqlclient14-dev mysql-common-4.1 mysql-client-4.1
I'm using python 2.3.
Vaclav
On Fri, May 19, 2006 at 11:16:36AM +0200, Paul Heijmann wrote:
ser_domain: (1251, 'Client does not support authentication protocol requested by server; consider upgrading MySQL client'): OperationalError
Probably not, but it may be incorrectly set DB URI in config file (or set by -b option).
What version of ser-ctl you are used? (ser_domain -V)
What output is returned when ser-ctl is called with -G and -g switches (eg. ser_domain -Gg ...)?
-- hallik
You have two options: *upgrade to a newer mysql client (5.x) *modify the password format in the server. I don't remember exactly the syntax but it was something like OLD_PASSWORD("password")....look for it in www.mysql.org and you'll find how to downgrade the password format.
Samuel.
2006/5/23, Vaclav Kubart vaclav.kubart@iptel.org: