Search found 3 matches

by slashwalker
Tue Oct 15, 2013 3:00 am
Forum: MySQL / MariaDB Database Help and Discussion
Topic: Issue with mariadb update
Replies: 3
Views: 13226

Re: Issue with mariadb update

Are you sure you haven't installed the cluster version? # rpm -qa | grep -i galera And haven't configured any cluster settings? # grep -rin wsrep /etc/my* If both commands yield no output, you have not. Both show no output. rpm -qa | grep maria shows: mariadb-libs-5.5.32-12.el6.art.x86_64 mariadb-5...
by slashwalker
Mon Oct 14, 2013 10:07 am
Forum: MySQL / MariaDB Database Help and Discussion
Topic: Issue with mariadb update
Replies: 3
Views: 13226

Re: Issue with mariadb update

I now cloned the machine, so I can test without worrying about downtimes. Turns out that SELinux is the issue. If I run setenforce 0, I can do /etc/init.d/mysqld start mariadb 5.5.29 works with SELinux, so I wonder why 5.5.32 doesn't? I ran: sealert -a /var/log/audit/audit.log > /root/whatswrong And...
by slashwalker
Mon Oct 14, 2013 4:53 am
Forum: MySQL / MariaDB Database Help and Discussion
Topic: Issue with mariadb update
Replies: 3
Views: 13226

Issue with mariadb update

Hello, a while ago I setup a new Server with Centos 6.4 and mariadb 5.5.29 Now I tried to update to mariadb 5.5.32 But /etc/init.d/mysqld restart always fails with: 131014 09:49:56 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql 131014 09:49:56 mysqld_safe WSREP: Running positi...