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 /var/lib/mysql_ will fix it. Is this reproducible? The postinst file contains the following lines: case "$1" in configure) mysql_datadir=/usr/share/mysql mysql_statedir=/var/lib/mysql ... chown -R mysql $mysql_statedir which should change the owner of all files in /var/lib/mysql to mysql. bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]