0 Members and 1 Guest are viewing this topic.
There are something wrong for Kloxo-MR in Centos 6.In my experience, better update mysql to mariadb from centalt with follow:1. Change /etc/yum.repos.d/kloxo-mr.repo:from:Code: [Select][kloxo-mr-centalt]name=Kloxo-MR - centalt - $basearchbaseurl=http://centos.alt.ru/repository/centos/$releasever/$basearch/mirrorlist=http://rpms.potissima.com/repo/mirrors/centalt-centos-$releasever-$basearch-mirrors.txtenabled=1gpgcheck=0exclude=openssh* perl* mariadb*to:Code: [Select][kloxo-mr-centalt]name=Kloxo-MR - centalt - $basearchbaseurl=http://centos.alt.ru/repository/centos/$releasever/$basearch/mirrorlist=http://rpms.potissima.com/repo/mirrors/centalt-centos-$releasever-$basearch-mirrors.txtenabled=1gpgcheck=0exclude=openssh* perl*2. Run:Code: [Select]yum clean allyum update3. copy '/etc/my.cnf.rpmsave' to '/etc/my.cnf.d/my.cnf'.4. Restart mysql with 'service mysqld restart'.
[kloxo-mr-centalt]name=Kloxo-MR - centalt - $basearchbaseurl=http://centos.alt.ru/repository/centos/$releasever/$basearch/mirrorlist=http://rpms.potissima.com/repo/mirrors/centalt-centos-$releasever-$basearch-mirrors.txtenabled=1gpgcheck=0exclude=openssh* perl* mariadb*
[kloxo-mr-centalt]name=Kloxo-MR - centalt - $basearchbaseurl=http://centos.alt.ru/repository/centos/$releasever/$basearch/mirrorlist=http://rpms.potissima.com/repo/mirrors/centalt-centos-$releasever-$basearch-mirrors.txtenabled=1gpgcheck=0exclude=openssh* perl*
yum clean allyum update
Ok.Run PHPMyAdmin and then click 'Priviliges'. Click action at 'kloxo' user. Click 'check all' at 'Global privileges' and type new password at 'Password'.Or (from ssh):Code: [Select all] [Show/ hide]mysql -u root -pmysql> grant all on kloxo.* to kloxo@localhost identified by '{new password}';mysql> flush privileges;mysql> quitEnd then (from ssh):Code: [Select all] [Show/ hide]cat "{new password}" > /usr/local/lxlabs/kloxo/etc/conf/kloxo.passsh /script/restartNote: change {new password} with your new password.
Page created in 0.033 seconds with 17 queries.