Antonio Varela
New Pleskian
Hello,
I'd like to know the proper way to install Plesk 12.5 in CentOS 7 but using Percona Server 5.6 or MySQL 5.6 instead of the default MariaDB for this OS. I've done several test installations in virtual machines (VirtualBox) adding repos for the Official MySQL and Percona Server, but Plesk installer always complaints that it requires MariaDB 5.5.
I've read in other threads that just adding the third party repos would suffice for Plesk installer to fetch and install MySQL instead of MariaDB. The closest I´ve been to suceed is:
1. Installing Plesk with MariaDB 5.5
2. Deinstalling MariaDB 5.5 with
# rpm -e --nodeps mariadb mariadb-server mariadb-libs
3. Add the repo for the official MySQL 5.6 community server and install the software with
# yum install mysql-community-server
4. Upgrade tables with:
# /usr/sbin/mysqld --skip-grant-tables --user=mysql &
# mysql_upgrade -uadmin -p$(cat /etc/psa/.psa.shadow)
and the tables were upgraded (OK). Restarted plesk, and everything seems fine (although without any domains yet) but if I run "yum check" I get:
plesk-mysql-server-12.5.30-cos7.build1205150826.19.x86_64 has missing requires of mariadb-server >= ('0', '5.0.60', None)
Error: check all
Is it safe to proceed?
Any pointers would be appreciated.
Best regards
Antonio.
I'd like to know the proper way to install Plesk 12.5 in CentOS 7 but using Percona Server 5.6 or MySQL 5.6 instead of the default MariaDB for this OS. I've done several test installations in virtual machines (VirtualBox) adding repos for the Official MySQL and Percona Server, but Plesk installer always complaints that it requires MariaDB 5.5.
I've read in other threads that just adding the third party repos would suffice for Plesk installer to fetch and install MySQL instead of MariaDB. The closest I´ve been to suceed is:
1. Installing Plesk with MariaDB 5.5
2. Deinstalling MariaDB 5.5 with
# rpm -e --nodeps mariadb mariadb-server mariadb-libs
3. Add the repo for the official MySQL 5.6 community server and install the software with
# yum install mysql-community-server
4. Upgrade tables with:
# /usr/sbin/mysqld --skip-grant-tables --user=mysql &
# mysql_upgrade -uadmin -p$(cat /etc/psa/.psa.shadow)
and the tables were upgraded (OK). Restarted plesk, and everything seems fine (although without any domains yet) but if I run "yum check" I get:
plesk-mysql-server-12.5.30-cos7.build1205150826.19.x86_64 has missing requires of mariadb-server >= ('0', '5.0.60', None)
Error: check all
Is it safe to proceed?
Any pointers would be appreciated.
Best regards
Antonio.