Skip to main content
Question

Percona MySQL server compatibility issue while installing 23.04

  • July 7, 2023
  • 2 replies
  • 110 views

geezer123
Forum|alt.badge.img+2

Hello, we tried to install Centreon 23.04 on RHEL9.2 with percona mysql 8.
percona-server-shared-8.0.33-25.1.el9.x86_64
percona-server-client-8.0.33-25.1.el9.x86_64
percona-icu-data-files-8.0.33-25.1.el9.x86_64
percona-server-server-8.0.33-25.1.el9.x86_64
 

however in the database partitioning phase we get error:

MySQL server is not compatible with partitioning. MySQL version must be greater or equal 5.1.

Does anybody know how to do the partitioning manually or how else this could be avoided?

2 replies

geezer123
Forum|alt.badge.img+2
  • Author
  • Steward *
  • July 7, 2023

 


geezer123
Forum|alt.badge.img+2
  • Author
  • Steward *
  • February 18, 2025

To get around this i think we edit
vi /usr/share/centreon/www/class/centreon-partition/partEngine.class.php
#add line “Percona Server” under as in example below
|| stristr($dbType, "Source Distribution")
|| stristr($dbType, "Percona Server")

and restart httpd