• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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