{"id":15612,"date":"2025-11-06T05:21:48","date_gmt":"2025-11-06T05:21:48","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=15612"},"modified":"2025-11-06T08:42:19","modified_gmt":"2025-11-06T08:42:19","slug":"how-to-easily-update-mysql-on-centos-10","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/","title":{"rendered":"How to Easily Update MySQL on CentOS 10"},"content":{"rendered":"\n<p>Update MySQL on CentOS 10 to ensure your database server is secure, performs well, and is compatible with modern applications. Each new MySQL version brings with it important security patches and bug fixes, as well as performance improvements to help your system run smoothly. It&#8217;s important to follow the correct process when performing a minor release update or upgrading to a major release to avoid data loss and downtime.<\/p>\n\n\n\n<p>This guide will show you how to upgrade MySQL on CentOS 10, step-by-step. It includes both the official MySQL Yum repository as well as manual RPM methods.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-15612-_z2ngwdz318vy\"><\/a>How to Update MySQL on CentOS 10<\/h2>\n\n\n\n<p>Updating MySQL in CentOS 10 is an important maintenance task. It improves stability, security, and performance. This process includes backing up databases, updating repositories, and running the upgrade command.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_9m2qrfkiz7av\"><\/a>Step 1: Check Current MySQL Version<\/h3>\n\n\n\n<p>It&#8217;s important that you identify the MySQL version installed before starting. Run the following command.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>mysql &#8211;version<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1078\" height=\"143\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-1.png\" alt=\"mysql --version\" class=\"wp-image-15613\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-1.png 1078w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-1-300x40.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-1-1024x136.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-1-768x102.png 768w\" sizes=\"(max-width: 1078px) 100vw, 1078px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You can use this to determine whether the update is a minor one (e.g., 8.0.30-8.0.44) or a major one (e.g., 5.7-8.0), since the procedure differs slightly between the two.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_gn6o7149di0a\"><\/a>Step 2: Backup Your Databases<\/h3>\n\n\n\n<p>Backups are mandatory before any upgrade. It can be devastating to lose critical data when an update is interrupted.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo mysqldump &#8211;all-databases &#8211;single-transaction &#8211;quick &#8211;lock-tables=false &gt; \/root\/all_databases_backup.sql<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1080\" height=\"118\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-2.png\" alt=\"sudo mysqldump --all-databases --single-transaction --quick --lock-tables=false &gt; \/root\/all_databases_backup.sql\" class=\"wp-image-15614\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-2.png 1080w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-2-300x33.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-2-1024x112.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-2-768x84.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_slvmd7t82mc0\"><\/a>Step 3: Update System Packages<\/h3>\n\n\n\n<p>Make sure that your CentOS 10 system has the latest updates before you update MySQL.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo yum update<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1072\" height=\"548\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-3.png\" alt=\"sudo yum update\" class=\"wp-image-15615\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-3.png 1072w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-3-300x153.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-3-1024x523.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-3-768x393.png 768w\" sizes=\"(max-width: 1072px) 100vw, 1072px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The MySQL upgrade will be free of dependency problems. The updated system packages reduce the risk of conflicting versions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_phicc76l0o9q\"><\/a>Step 4: Add or Verify the Official MySQL Yum Repository<\/h3>\n\n\n\n<p>You need to enable the MySQL repository on your server if it is not already enabled.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo wget https:\/\/dev.mysql.com\/get\/mysql80-community-release-el7-3.noarch.rpm<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1083\" height=\"529\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-4.png\" alt=\"sudo wget https:\/\/dev.mysql.com\/get\/mysql80-community-release-el7-3.noarch.rpm\" class=\"wp-image-15616\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-4.png 1083w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-4-300x147.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-4-1024x500.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-4-768x375.png 768w\" sizes=\"(max-width: 1083px) 100vw, 1083px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This will install the official MySQL repository for CentOS 10 as well as list available MySQL repositories.<\/p>\n\n\n\n<p>If not, you can install via the following command.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo yum install mysql-community-server<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"234\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-5.png\" alt=\"sudo yum install mysql-community-server\" class=\"wp-image-15617\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-5.png 1080w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-5-300x65.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-5-1024x222.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-5-768x166.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You can enable or disable certain versions.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo yum config-manager &#8211;enable mysql80-community<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1075\" height=\"84\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-6.png\" alt=\"sudo yum config-manager --enable mysql80-community\" class=\"wp-image-15618\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-6.png 1075w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-6-300x23.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-6-1024x80.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-6-768x60.png 768w\" sizes=\"(max-width: 1075px) 100vw, 1075px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>It is important to upgrade CentOS or install the latest MySQL version 8.0.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_4hrg8434judr\"><\/a>Step 5: Upgrade MySQL Server<\/h3>\n\n\n\n<p>After the repository has been configured, execute the update command.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo yum upgrade mysql-server -y<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1073\" height=\"180\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-7.png\" alt=\"sudo yum upgrade mysql-server -y\" class=\"wp-image-15619\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-7.png 1073w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-7-300x50.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-7-1024x172.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-7-768x129.png 768w\" sizes=\"(max-width: 1073px) 100vw, 1073px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This command will automatically upgrade the MySQL packages, including mysql, mysql client, mysql common, and other dependent packages, from the official repository.<\/p>\n\n\n\n<p>Verify the installed version after completion.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>mysql &#8211;version<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1097\" height=\"111\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-8.png\" alt=\"mysql --version\" class=\"wp-image-15620\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-8.png 1097w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-8-300x30.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-8-1024x104.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-8-768x78.png 768w\" sizes=\"(max-width: 1097px) 100vw, 1097px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_3gulwyeytyws\"><\/a>Step 6: Restart and Run the MySQL Upgrade Tool<\/h3>\n\n\n\n<p>Restart the MySQL service after updating.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo systemctl restart mysqld<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"149\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-9.png\" alt=\"sudo systemctl restart mysqld\" class=\"wp-image-15621\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-9.png 1067w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-9-300x42.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-9-1024x143.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-9-768x107.png 768w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Run the MySQL upgrade command.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo mysql_upgrade -u root -p<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1079\" height=\"418\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-10.png\" alt=\"sudo mysql_upgrade -u root -p\" class=\"wp-image-15622\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-10.png 1079w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-10-300x116.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-10-1024x397.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-10-768x298.png 768w\" sizes=\"(max-width: 1079px) 100vw, 1079px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Mysql_upgrade updates and checks all tables, grants and system databases in order to match the structure of the new MySQL version. This ensures smooth performance and backward compatibility.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_pebz4ocnqm1o\"><\/a>Step 7: Verify the Upgrade<\/h3>\n\n\n\n<p>After the update is complete, verify that MySQL runs properly. Check the status of your service.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo systemctl status mysqld<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1083\" height=\"514\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-11.png\" alt=\"sudo systemctl status mysqld\" class=\"wp-image-15623\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-11.png 1083w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-11-300x142.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-11-1024x486.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-11-768x364.png 768w\" sizes=\"(max-width: 1083px) 100vw, 1083px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Log in to MySQL:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>mysql -u root -p<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1071\" height=\"87\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-12.png\" alt=\"mysql -u root -p\" class=\"wp-image-15624\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-12.png 1071w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-12-300x24.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-12-1024x83.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-12-768x62.png 768w\" sizes=\"(max-width: 1071px) 100vw, 1071px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Your update is complete if MySQL starts and displays the new version number. Check the logs for any warnings.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo tail -f \/var\/log\/mysqld.log<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1078\" height=\"476\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-13.png\" alt=\"sudo tail -f \/var\/log\/mysqld.log\" class=\"wp-image-15625\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-13.png 1078w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-13-300x132.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-13-1024x452.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-13-768x339.png 768w\" sizes=\"(max-width: 1078px) 100vw, 1078px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_xap2rkq8qnwp\"><\/a>Step 8: Alternative Method (Manual RPM Update)<\/h3>\n\n\n\n<p>You can download and manually install the RPM packages if you don&#8217;t use the Yum repository. To do so, go to the<a href=\"https:\/\/dev.mysql.com\/downloads\/repo\/yum\/\"> MySQL Downloads Page<\/a>. Then, download the required RPMs for CentOS 10.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>wget https:\/\/downloads.mysql.com\/archives\/get\/p\/23\/file\/mysql-community-icu-data-files-9.4.0-1.el7.x86_64.rpm<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"547\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-14.png\" alt=\"wget https:\/\/downloads.mysql.com\/archives\/get\/p\/23\/file\/mysql-community-icu-data-files-9.4.0-1.el7.x86_64.rpm\" class=\"wp-image-15626\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-14.png 1080w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-14-300x152.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-14-1024x519.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-14-768x389.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Install or update MySQL.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo rpm -Uvh mysql-community-*.rpm<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1079\" height=\"276\" class=\"wp-image-15627\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-15.png\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-15.png 1079w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-15-300x77.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-15-1024x262.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-15-768x196.png 768w\" sizes=\"(max-width: 1079px) 100vw, 1079px\" \/> <br><br>Start MySQL again and run mysql_upgrade.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>mysql_upgrade<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1078\" height=\"462\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-16.png\" alt=\"mysql_upgrade\" class=\"wp-image-15628\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-16.png 1078w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-16-300x129.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-16-1024x439.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-16-768x329.png 768w\" sizes=\"(max-width: 1078px) 100vw, 1078px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This method can be used for systems that are air-gapped or have restricted internet access. However, it is more susceptible to dependency problems than Yum.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_8v5cxriym66\"><\/a>Step 9: Post-Update Maintenance<\/h3>\n\n\n\n<p>Follow these best practices once your MySQL server has been updated:<\/p>\n\n\n\n<p><strong>Enable MySQL on Boot:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo systemctl enable mysqld<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1074\" height=\"89\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-17.png\" alt=\"sudo systemctl enable mysqld\" class=\"wp-image-15629\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-17.png 1074w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-17-300x25.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-17-1024x85.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-17-768x64.png 768w\" sizes=\"(max-width: 1074px) 100vw, 1074px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15612-_4cdp361y1457\"><\/a>Step 10: Clean Up and Secure MySQL<\/h3>\n\n\n\n<p>Remove old and unnecessary package data.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo dnf clean all<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1066\" height=\"112\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-18.png\" alt=\"sudo dnf clean all\" class=\"wp-image-15630\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-18.png 1066w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-18-300x32.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-18-1024x108.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-18-768x81.png 768w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Run to reinforce security<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo mysql_secure_installation<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1075\" height=\"175\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-19.png\" alt=\"sudo mysql_secure_installation\" class=\"wp-image-15631\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-19.png 1075w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-19-300x49.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-19-1024x167.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15612-19-768x125.png 768w\" sizes=\"(max-width: 1075px) 100vw, 1075px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This tool allows you to reset the root password and remove anonymous users. It also disables remote root login.<\/p>\n\n\n\n<p>These steps will allow your CentOS 10 to run the most recent version of MySQL, which is optimized, secure, and ready for today&#8217;s workloads.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-15612-_5ks21xo2boeh\"><\/a>Conclusion<\/h2>\n\n\n\n<p>Update MySQL on CentOS 10 by first checking the current version with mysql &#8211;version. Then, back up all databases using mysqldump &gt; backup.sql. This will prevent data loss. Next, update your system packages using sudo dnf update -y and install the MySQL Yum repository with sudo dnf install https:\/\/dev.mysql.com\/get\/mysql80-community-release-el10-1.noarch.rpm -y.<\/p>\n\n\n\n<p>Use sudo upgrade mysql server -y and enable the desired MySQL version with sudo configure-manager &#8211;enable-mysql80community. After installing, restart the mysqld service using sudo systemctl start mysqld. Then execute sudo mysql_upgrade &#8211;u root \u2013p to upgrade databases to the latest version. Finalize the process by verifying that MySQL is working properly on your CentOS 10 computer using mysql -version.<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Update MySQL on CentOS 10 to ensure your database server is secure, performs well, and is compatible with modern applications. Each new MySQL version brings with it important security patches and bug fixes, as well as performance improvements to help your system run smoothly. It&#8217;s important to follow the correct process when performing a minor [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":15633,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[958,520,971],"class_list":["post-15612","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-centos-10","tag-databases","tag-update-mysql"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Easily Update MySQL on CentOS 10<\/title>\n<meta name=\"description\" content=\"This guide will show you how to upgrade\/update MySQL on CentOS 10, step-by-step. Learn more in this article!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Easily Update MySQL on CentOS 10\" \/>\n<meta property=\"og:description\" content=\"This guide will show you how to upgrade\/update MySQL on CentOS 10, step-by-step. Learn more in this article!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-06T05:21:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-06T08:42:19+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Easily Update MySQL on CentOS 10\",\"datePublished\":\"2025-11-06T05:21:48+00:00\",\"dateModified\":\"2025-11-06T08:42:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/\"},\"wordCount\":827,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg\",\"keywords\":[\"CentOS 10\",\"Databases\",\"Update MySQL\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/\",\"name\":\"How to Easily Update MySQL on CentOS 10\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg\",\"datePublished\":\"2025-11-06T05:21:48+00:00\",\"dateModified\":\"2025-11-06T08:42:19+00:00\",\"description\":\"This guide will show you how to upgrade\/update MySQL on CentOS 10, step-by-step. Learn more in this article!\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg\",\"width\":1020,\"height\":600,\"caption\":\"Update MySQL on CentOS 10\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Easily Update MySQL on CentOS 10\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Easily Update MySQL on CentOS 10","description":"This guide will show you how to upgrade\/update MySQL on CentOS 10, step-by-step. Learn more in this article!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/","og_locale":"en_US","og_type":"article","og_title":"How to Easily Update MySQL on CentOS 10","og_description":"This guide will show you how to upgrade\/update MySQL on CentOS 10, step-by-step. Learn more in this article!","og_url":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/","og_site_name":"Greenwebpage Community","article_published_time":"2025-11-06T05:21:48+00:00","article_modified_time":"2025-11-06T08:42:19+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Easily Update MySQL on CentOS 10","datePublished":"2025-11-06T05:21:48+00:00","dateModified":"2025-11-06T08:42:19+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/"},"wordCount":827,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg","keywords":["CentOS 10","Databases","Update MySQL"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/","url":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/","name":"How to Easily Update MySQL on CentOS 10","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg","datePublished":"2025-11-06T05:21:48+00:00","dateModified":"2025-11-06T08:42:19+00:00","description":"This guide will show you how to upgrade\/update MySQL on CentOS 10, step-by-step. Learn more in this article!","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/Update-MySQL-on-CentOS-10.jpg","width":1020,"height":600,"caption":"Update MySQL on CentOS 10"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-easily-update-mysql-on-centos-10\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Easily Update MySQL on CentOS 10"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/15612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=15612"}],"version-history":[{"count":1,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/15612\/revisions"}],"predecessor-version":[{"id":15632,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/15612\/revisions\/15632"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/15633"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=15612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=15612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=15612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}