• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Question What MySQL versions are supported by Plesk Onyx on CentOS 6?

kiav

Basic Pleskian
# rpm -qa | grep -i mysql
plesk-php70-mysql-7.0.32-centos6.18091413.x86_64
mysql-connector-odbc-5.1.5r1144-7.el6.x86_64
mysql-libs-5.1.73-8.el6_8.x86_64
mysql-server-5.1.73-8.el6_8.x86_64
php-mysql-5.3.3-49.el6.x86_64
plesk-mysql-server-17.5.3-cos6.build1705170317.16.x86_64
mysql-5.1.73-8.el6_8.x86_64
plesk-php56-mysql-5.6.38-centos6.18091411.x86_64
plesk-php71-mysql-7.1.23-centos6.18101211.x86_64
perl-DBD-MySQL-4.013-3.el6.x86_64

# cat /etc/system-release
CentOS release 6.10 (Final)

# uname -sr
Linux 2.6.32-696.13.2.el6.x86_64

My questions:
  1. What MySQL versions can I use on my CentOS 6.10 + Plesk Onyx 17.5.3?
  2. What versions does Plesk Onyx 17.8.11 supports? (I can upgrade to this version of Onyx)
 
Hi kiav,

You can use different versions of MySQL database with Plesk or all of them at the same time, Plesk Onyx supports it. The main question is what version of the database can be installed on CentOS 6. Also, you can connect a remote database to Plesk.
Database servers and tools (Linux):
  • MySQL 5.1–5.7
  • MySQL community edition 5.5, 5.6, 5.7
  • MariaDB 5.5, 10.0, 10.1, 10.2
(c) Software Requirements for Plesk


Some time ago, I connected few different versions of database to Plesk with Docker containers: Let's talk about the Plesk Docker Extension | Plesk
 
Last edited:
...The main question is what version of the database can be installed on CentOS 6....
Yes, I wanted to know about locally installed MySQL on CentOS 6.

Do I use MySQL 5.1.73 or MySQL 5.1.73 Community Edition now? This version is included in CentOS distribution.
 
Back
Top