Comment 1 for bug 41872

Revision history for this message
Jason (jason-pfeil) wrote :

I got it to work this time by:

1. dpkg --force-all -P libdbd-mysql-perl
2. rm /var/cache/apt/archives/libdbd-mysql-perl_3.0002-2build1_i386.deb
3. apt-get install libdbd-mysql-perl
4. /etc/init.d/mysql stop
5. /etc/init.d/mysql start
6. while [ 1 ]; do ls -l /var/run/mysqld/mysqld.sock; echo; ps auxw | grep mysql; done
7. run the CGI

Thanks!