Bug#338019: mysql-server-4.1: When upgrading the replication logs are owned by root and not mysql

2005-12-07 Thread Christian Hammers
tags 338019 + unreproducible moreinfo thanks Hello On 2005-11-30 Webcom wrote: # apt-get --reinstall install mysql-server-4.1 ... # ls -l /var/lib/mysql/ | grep root -rw-rw 1 root root 4 Nov 30 21:07 debpro-relay-bin.000298 -rw-rw 1 root root 4 Nov 30 21:07

Bug#338019: mysql-server-4.1: When upgrading the replication logs are owned by root and not mysql

2005-11-30 Thread Webcom
Should I reinstall MySQL to test this, or is there a more simple way? You could try a apt-get --reinstall install mysql-server-4.1 if you don't mind a minute of mysql downtime. Would be great! It looks like it's still a problem: # apt-get --reinstall install mysql-server-4.1 Reading Package

Bug#338019: mysql-server-4.1: When upgrading the replication logs are owned by root and not mysql

2005-11-28 Thread Webcom
Should I reinstall MySQL to test this, or is there a more simple way? Best regards, Jacob Friis Saxberg [ www.webcom.dk | +45 70270767 ] Christian Hammers wrote: tags 338019 + unreproducible thanks Hello Jacob On 2005-11-07 Jacob Friis Saxberg wrote: When upgrading MySQL the

Bug#338019: mysql-server-4.1: When upgrading the replication logs are owned by root and not mysql

2005-11-28 Thread Christian Hammers
Hello On 2005-11-28 Webcom wrote: Should I reinstall MySQL to test this, or is there a more simple way? You could try a apt-get --reinstall install mysql-server-4.1 if you don't mind a minute of mysql downtime. Would be great! bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#338019: mysql-server-4.1: When upgrading the replication logs are owned by root and not mysql

2005-11-27 Thread Christian Hammers
tags 338019 + unreproducible thanks Hello Jacob On 2005-11-07 Jacob Friis Saxberg wrote: When upgrading MySQL the replication log files are owned by root after the upgrade process is done. Thus MySQL doesn't have access to the files and the replication breaks. `chown mysql:mysql

Bug#338019: mysql-server-4.1: When upgrading the replication logs are owned by root and not mysql

2005-11-07 Thread Jacob Friis Saxberg
Package: mysql-server-4.1 Version: 4.1.11a-4sarge2 Severity: normal When upgrading MySQL the replication log files are owned by root after the upgrade process is done. Thus MySQL doesn't have access to the files and the replication breaks. `chown mysql:mysql /var/lib/mysql´ will fix it. --