{"id":2910,"date":"2023-05-30T11:01:13","date_gmt":"2023-05-30T11:01:13","guid":{"rendered":"http:\/\/kedar.nitty-witty.com\/?p=2910"},"modified":"2023-05-30T11:01:15","modified_gmt":"2023-05-30T11:01:15","slug":"install-exact-version-of-percona-server-for-mysql-on-centos","status":"publish","type":"post","link":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos","title":{"rendered":"Install exact version of Percona Server for MySQL on CentOS"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using yum utility.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Demo video for uninstall \/ installing Percona Server for MySQL on CentOS<\/h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Install specific version percona server mysql on Ubuntu\" width=\"500\" height=\"375\" src=\"https:\/\/www.youtube.com\/embed\/p6-qlbgxljI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Uninstall Percona Server for MySQL<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Prior to uninstalling, it is recommended to create a backup. Depending on the size of the data, you can choose to use Xtrabackup, mysqldump, or mydumper. Let&#8217;s begin by backing up the existing databases, excluding the system databases for now.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mysqldump --single-transaction --routines --triggers --set-gtid-purged=OFF --databases test &gt; test.sql<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Save user grants<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pt-show-grants &gt; grants.sql<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Stop MySQL<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl stop mysql<br>systemctl status mysql<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Uninstall Percona Server<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@ip-172-31-63-168 ~]#<strong> yum list installed | grep -i percona<\/strong>\npercona-icu-data-files.x86_64 8.0.32-24.1.el7 @ps-80-release-x86_64\npercona-release.noarch 1.0-27 @\/percona-release-latest.noarch\npercona-server-client.x86_64 8.0.32-24.1.el7 @ps-80-release-x86_64\npercona-server-server.x86_64 8.0.32-24.1.el7 @ps-80-release-x86_64\npercona-server-shared.x86_64 8.0.32-24.1.el7 @ps-80-release-x86_64\npercona-server-shared-compat.x86_64 8.0.32-24.1.el7 @ps-80-release-x86_64\npercona-toolkit.x86_64 3.5.0-5.el7 @\/percona-toolkit-3.5.0-5.el7.x86_64\n&#91;root@ip-172-31-63-168 ~]# yum remove percona-server-* percona-toolkit<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Remove MySQL specific data-files<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@ip-172-31-63-168 mysql]# rm -fr \/var\/lib\/mysql\/*<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Install Percona Server for MySQL<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you don&#8217;t have Percona repository already configured and you&#8217;re installing this for the first time, you need to configure the repo<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum install https:\/\/repo.percona.com\/yum\/percona-release-latest.noarch.rpm\nsudo percona-release enable-only ps-80 release<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Check available packages<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@ip-172-31-63-168]# yum -q list available --showduplicates Percona-Server-server\npercona-server-server.x86_64                                           8.0.13-3.1.el7                                            ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.13-4.1.el7                                            ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.15-5.1.el7                                            ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.15-6.1.el7                                            ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.16-7.1.el7                                            ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.17-8.1.el7                                            ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.18-9.1.el7                                            ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.19-10.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.20-11.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.21-12.2.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.22-13.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.23-14.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.25-15.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.26-16.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.26-17.2.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.27-18.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.28-19.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.28-20.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.29-21.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.30-22.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.31-23.1.el7                                           ps-80-release-x86_64\npercona-server-server.x86_64                                           8.0.32-24.1.el7                                           ps-80-release-x86_64<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Install Specific Version of MySQL<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\n&#91;root@ip-172-31-63-168 mysql]# yum install <strong>percona-server-server-8.0.28-19.1.el7<\/strong>\n...\n=====================================================================================================================================================\n Package                                       Arch                    Version                           Repository                             Size\n=====================================================================================================================================================\nInstalling:\n percona-server-server                         x86_64                  8.0.28-19.1.el7                   ps-80-release-x86_64                   66 M\nInstalling for dependencies:\n percona-server-client                         x86_64                  8.0.32-24.1.el7                   ps-80-release-x86_64                   16 M\n percona-server-shared                         x86_64                  8.0.32-24.1.el7                   ps-80-release-x86_64                  1.5 M\n percona-server-shared-compat                  x86_64                  8.0.32-24.1.el7                   ps-80-release-x86_64                  1.2 M\n\nTransaction Summary\n=====================================================================================================================================================\nInstall  1 Package (+3 Dependent packages)<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Note that the dependencies are not resolved to the exact version, rather a latest one. So, we will have to specify the exact versions for the same.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yum install percona-server-server-8.0.28-19.1.el7 percona-server-client-8.0.28-19.1.el7 percona-server-shared-8.0.28-19.1.el7 percona-server-shared-compat-8.0.28-19.1.el7<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using&hellip;\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[8,377,378],"tags":[606,594,607,427,608,609],"class_list":["post-2910","post","type-post","status-publish","format-standard","category-mysql","category-mysql-articles","category-mysql-scripts-mysql","tag-install-exact-version","tag-install-mysql","tag-install-percona-server","tag-mysql","tag-mysql-on-centos","tag-percona-server-on-centos"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using yum utility. Demo video for uninstall \/ installing Percona Server for MySQL on CentOS Uninstall Percona Server for MySQL Prior to uninstalling, it is recommended\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kedar\"\/>\n\t<meta name=\"google-site-verification\" content=\"_Bu1h5r0PxIC0D2jBVdmYN45RTeG9ogcX85XLkbG1qA\" \/>\n\t<meta name=\"msvalidate.01\" content=\"116B62074CBCA1BA99B8CCE09CCF2FB8\" \/>\n\t<meta name=\"keywords\" content=\"install exact version,install mysql,install percona server,mysql,mysql on centos,percona server on centos\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Change Is Inevitable | Kedar Vaijanapurkar&#039;s Blog for MySQL, technology and various subjects\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Install exact version of Percona Server for MySQL on CentOS | Change Is Inevitable\" \/>\n\t\t<meta property=\"og:description\" content=\"This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using yum utility. Demo video for uninstall \/ installing Percona Server for MySQL on CentOS Uninstall Percona Server for MySQL Prior to uninstalling, it is recommended\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-05-30T11:01:13+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-05-30T11:01:15+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Install exact version of Percona Server for MySQL on CentOS | Change Is Inevitable\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using yum utility. Demo video for uninstall \/ installing Percona Server for MySQL on CentOS Uninstall Percona Server for MySQL Prior to uninstalling, it is recommended\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#article\",\"name\":\"Install exact version of Percona Server for MySQL on CentOS | Change Is Inevitable\",\"headline\":\"Install exact version of Percona Server for MySQL on CentOS\",\"author\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kedar\"},\"datePublished\":\"2023-05-30T11:01:13+00:00\",\"dateModified\":\"2023-05-30T11:01:15+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#webpage\"},\"articleSection\":\"MySQL, MySQL-Articles, MySQL-Scripts, Install exact version, Install MySQL, Install Percona Server, MySQL, MySQL on CentOS, Percona Server on CentOS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql#listItem\",\"name\":\"MySQL\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql#listItem\",\"position\":2,\"name\":\"MySQL\",\"item\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\\\/mysql-articles#listItem\",\"name\":\"MySQL-Articles\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\\\/mysql-articles#listItem\",\"position\":3,\"name\":\"MySQL-Articles\",\"item\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\\\/mysql-articles\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#listItem\",\"name\":\"Install exact version of Percona Server for MySQL on CentOS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql#listItem\",\"name\":\"MySQL\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#listItem\",\"position\":4,\"name\":\"Install exact version of Percona Server for MySQL on CentOS\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/mysql\\\/mysql-articles#listItem\",\"name\":\"MySQL-Articles\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#person\",\"name\":\"Kedar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kedar\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin\",\"name\":\"Kedar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kedar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#webpage\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos\",\"name\":\"Install exact version of Percona Server for MySQL on CentOS | Change Is Inevitable\",\"description\":\"This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using yum utility. Demo video for uninstall \\\/ installing Percona Server for MySQL on CentOS Uninstall Percona Server for MySQL Prior to uninstalling, it is recommended\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/install-exact-version-of-percona-server-for-mysql-on-centos#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\"},\"datePublished\":\"2023-05-30T11:01:13+00:00\",\"dateModified\":\"2023-05-30T11:01:15+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/\",\"name\":\"..::CHANGE is INEVITABLE::..\",\"description\":\"Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Install exact version of Percona Server for MySQL on CentOS | Change Is Inevitable","description":"This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using yum utility. Demo video for uninstall \/ installing Percona Server for MySQL on CentOS Uninstall Percona Server for MySQL Prior to uninstalling, it is recommended","canonical_url":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos","robots":"max-image-preview:large","keywords":"install exact version,install mysql,install percona server,mysql,mysql on centos,percona server on centos","webmasterTools":{"google-site-verification":"_Bu1h5r0PxIC0D2jBVdmYN45RTeG9ogcX85XLkbG1qA","msvalidate.01":"116B62074CBCA1BA99B8CCE09CCF2FB8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#article","name":"Install exact version of Percona Server for MySQL on CentOS | Change Is Inevitable","headline":"Install exact version of Percona Server for MySQL on CentOS","author":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author"},"publisher":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kedar"},"datePublished":"2023-05-30T11:01:13+00:00","dateModified":"2023-05-30T11:01:15+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#webpage"},"isPartOf":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#webpage"},"articleSection":"MySQL, MySQL-Articles, MySQL-Scripts, Install exact version, Install MySQL, Install Percona Server, MySQL, MySQL on CentOS, Percona Server on CentOS"},{"@type":"BreadcrumbList","@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/kedar.nitty-witty.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql#listItem","name":"MySQL"}},{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql#listItem","position":2,"name":"MySQL","item":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql","nextItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles#listItem","name":"MySQL-Articles"},"previousItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles#listItem","position":3,"name":"MySQL-Articles","item":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles","nextItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#listItem","name":"Install exact version of Percona Server for MySQL on CentOS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql#listItem","name":"MySQL"}},{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#listItem","position":4,"name":"Install exact version of Percona Server for MySQL on CentOS","previousItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles#listItem","name":"MySQL-Articles"}}]},{"@type":"Person","@id":"https:\/\/kedar.nitty-witty.com\/blog\/#person","name":"Kedar","image":{"@type":"ImageObject","@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kedar"}},{"@type":"Person","@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author","url":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin","name":"Kedar","image":{"@type":"ImageObject","@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kedar"}},{"@type":"WebPage","@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#webpage","url":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos","name":"Install exact version of Percona Server for MySQL on CentOS | Change Is Inevitable","description":"This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using yum utility. Demo video for uninstall \/ installing Percona Server for MySQL on CentOS Uninstall Percona Server for MySQL Prior to uninstalling, it is recommended","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos#breadcrumblist"},"author":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author"},"creator":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author"},"datePublished":"2023-05-30T11:01:13+00:00","dateModified":"2023-05-30T11:01:15+00:00"},{"@type":"WebSite","@id":"https:\/\/kedar.nitty-witty.com\/blog\/#website","url":"https:\/\/kedar.nitty-witty.com\/blog\/","name":"..::CHANGE is INEVITABLE::..","description":"Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects","inLanguage":"en-US","publisher":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Change Is Inevitable | Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects","og:type":"article","og:title":"Install exact version of Percona Server for MySQL on CentOS | Change Is Inevitable","og:description":"This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using yum utility. Demo video for uninstall \/ installing Percona Server for MySQL on CentOS Uninstall Percona Server for MySQL Prior to uninstalling, it is recommended","og:url":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos","article:published_time":"2023-05-30T11:01:13+00:00","article:modified_time":"2023-05-30T11:01:15+00:00","twitter:card":"summary","twitter:title":"Install exact version of Percona Server for MySQL on CentOS | Change Is Inevitable","twitter:description":"This blog post serves as a work-log detailing the process of uninstalling and installing a specific version of Percona MySQL Server on CentOS. The post includes instructions for installation using yum utility. Demo video for uninstall \/ installing Percona Server for MySQL on CentOS Uninstall Percona Server for MySQL Prior to uninstalling, it is recommended"},"aioseo_meta_data":{"post_id":"2910","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-05-21 15:16:08","updated":"2025-08-16 19:19:34","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kedar.nitty-witty.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\" title=\"MySQL\">MySQL<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles\" title=\"MySQL-Articles\">MySQL-Articles<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tInstall exact version of Percona Server for MySQL on CentOS\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/kedar.nitty-witty.com\/blog"},{"label":"MySQL","link":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql"},{"label":"MySQL-Articles","link":"https:\/\/kedar.nitty-witty.com\/blog\/category\/mysql\/mysql-articles"},{"label":"Install exact version of Percona Server for MySQL on CentOS","link":"https:\/\/kedar.nitty-witty.com\/blog\/install-exact-version-of-percona-server-for-mysql-on-centos"}],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts\/2910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/comments?post=2910"}],"version-history":[{"count":2,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts\/2910\/revisions"}],"predecessor-version":[{"id":2921,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts\/2910\/revisions\/2921"}],"wp:attachment":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/media?parent=2910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/categories?post=2910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/tags?post=2910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}