diesmal traue ich mich nicht so richtig ran. Ich habe MySQL 4.1.7 und will auf MySQL 4.1.8 updaten. Folgendes steht dazu auf dotdeb.org:
Also rein methodisch verstehe ich, wie man da vorgehen muss (keine Garantie, ob das wirklich stimmt):Mysql 4.1.8 has been released a few days ago and is no available on dotdeb.org.
The packages are backports from debian/unstable and have then adopted a new naming convention : they-re now suffixed by -4.1.
Then, to upgrade from 4.1.7 to 4.1.8, you have to uninstall the former mysql-server package and install mysql-server-4.1. A script can detect that data are present in /var/lib/mysql and won't delete them. I advise you to make some backup anyway.
This new naming method allow to maintain the both 4.0 and 4.1 without conflict between the server or libmysqlclient packages.
I hope this will help you to admin your servers easily.
/etc/mysql sichern
/var/lib/mysql sichern
apt-get remove mysql-server
apt-get install mysql-server-4.1.
und dann hoffen, das es geht...
...aber ich mache es erst, wenn einige damit Erfahrungen gemacht haben und es keine Probleme gibt.
MfG
Sierra