https://bugzilla.novell.com/show_bug.cgi?id=834967 https://bugzilla.novell.com/show_bug.cgi?id=834967#c12 --- Comment #12 from Alex Prudkiy <ctype@mail.ru> 2013-10-04 08:22:26 UTC --- Unfortunately I've tested this issue again on other pc (forget about bug and updated mysql :( ) bug is still there mysql-community-server-5.5.33-1.13.1 I made some simple debugging, I hope this will help. 1. added echo instead of chmod/chown into /etc/init.d/mysql line 327: # Creating parent directories for logs for i in "$log_upgrade" "$log_query" "$log_error"; do log_dir="`dirname "$i"`" if [ \! -d "$log_dir" ]; then mkdir -p "$log_dir" fi echo 1 chmod 770 "$log_dir" echo 2 chown -R --no-dereference mysql:mysql "$log_dir" done 2. service mysql restart 3./var/log/messages Starting LSB: Start the MySQL database server... 1 chmod 770 /var/log/mysql 2 chown -R --no-dereference mysql:mysql /var/log/mysql 1 chmod 770 /var/log/mysql 2 chown -R --no-dereference mysql:mysql /var/log/mysql 1 chmod 770 . 2 chown -R --no-dereference mysql:mysql . Starting service MySQL ..done -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.