Chris Cormack a écrit :
Vincent Danjean wrote:
IMHO, you probably has to upgrade php[45]-mysql. When using apt-cache to look at php4-mysql, I can see that sarge version is still linked with libmysqlclient12 whereas etch/sid is linked with new libmysqlclient15off :
Vincent is on the right track it is the passwords. But upgrading PHP wont help, as Koha is written in perl.
Oups, I would say it's too early ;-)
Either that, or try upgrading the DBD::MySQL perl module, perhaps try that first.
Yes, there is the same situation as php for DBD::MySQL perl module: vdanjean@cayuga:~$ LC_ALL=C apt-cache policy libdbd-mysql-perl libdbd-mysql-perl: Installed: 3.0008-1 Candidate: 3.0008-1 Version table: *** 3.0008-1 0 990 http://ftp.fr.debian.org unstable/main Packages 500 http://ftp.fr.debian.org testing/main Packages 100 /var/lib/dpkg/status 2.9006-1 0 500 http://ftp.fr.debian.org stable/main Packages vdanjean@cayuga:~$ apt-cache show libdbd-mysql-perl Package: libdbd-mysql-perl [...] Version: 3.0008-1 Depends: libc6 (>= 2.3.6-6), libmysqlclient15off (>= 5.0.24-2), perl (>= 5.8.8 [...] Package: libdbd-mysql-perl [...] Version: 2.9006-1 Depends: libc6 (>= 2.3.2.ds1-4), libmysqlclient12, zlib1g (>= 1:1.2.1), perl Best regards, Vincent