http://bugzilla.novell.com/show_bug.cgi?id=496196 User mhrusecky@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=496196#c1 Michal Hrusecky <mhrusecky@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED Component|Maintenance |Update Problems Version|Final |Factory Product|openSUSE 11.0 |openSUSE 11.2 --- Comment #1 from Michal Hrusecky <mhrusecky@novell.com> 2009-04-21 12:55:52 MDT --- Thank you for your report. I'll test upgrade from openSUSE 11.0 and I'll investigate all mentioned things more deeply, but in the meantime I wanted to provide you with some feedback asap. Problem you are experiencing is caused by option --skip-federated. It's most likely caused by 'skip-federated' written in your /etc/my.cnf It was written there by default in previous versions but it is no longer supported with 5.1 builds of MySQL. Your my.cnf file should have been replaced by updated config file unless you changed something by hand. So this is probably cause of your troubles. Log file location should be also set correctly by default configuration file. You can probably fix nearly everything easily by merging your configuration changes from /etc/my.cnf to /etc/my.cnf.rpmnew by hand and replaing /etc/my.cnf with /etc/my.cnf.rpmnew after that. As for socket file, I moved it away from /var/lib/mysql to make MySQL package more LSB compliant and it is also more intuitive to look for socket file in /var/run. But unfortunately I forgot to adjust settings of mysqldump. It can be easily fixed by adding socket = /var/run/mysql/mysql.sock into mysqldump section of my.cnf or by using command line option --socket=/var/run/mysql/mysql.sock I'll fix it in default my.cnf and I'll try to do something about the rest of reported issues after some more investigation. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.