<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>MySQL on THYOU&#39;s Blog</title>
    <link>https://thyou.site/en/series/mysql/</link>
    <description>Recent content in MySQL on THYOU&#39;s Blog</description>
    <generator>Hugo -- 0.157.0</generator>
    <language>en</language>
    <lastBuildDate>Sun, 22 Mar 2026 00:21:32 +0800</lastBuildDate>
    <atom:link href="https://thyou.site/en/series/mysql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Install MySQL on CentOS 7</title>
      <link>https://thyou.site/en/posts/post_260322_01/</link>
      <pubDate>Sun, 22 Mar 2026 00:21:32 +0800</pubDate>
      <guid>https://thyou.site/en/posts/post_260322_01/</guid>
      <description>&lt;p&gt;&lt;strong&gt;1. Download the Installation Package&lt;/strong&gt;
&lt;code&gt;sudo wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;1774108364716&#34; decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;https://thyou.site/posts/260322_01/res/1774108364716.png&#34; style=&#34;max-width: 100%; height: auto;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. Start Installation&lt;/strong&gt;
&lt;code&gt;sudo yum -y install mysql57-community-release-el7-10.noarch.rpm&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Install the Server&lt;/strong&gt;
&lt;code&gt;sudo yum -y install mysql-community-server&lt;/code&gt;
&lt;img alt=&#34;1774108286010&#34; decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;https://thyou.site/posts/260322_01/res/1774108286010.png&#34; style=&#34;max-width: 100%; height: auto;&#34;&gt;&lt;/p&gt;
&lt;p&gt;If the above error occurs during installation (errors may vary depending on the environment), please refer to the following solutions:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Error 1&lt;/strong&gt;
&lt;code&gt;Error: Package: akonadi-mysql-1.9.2-4.el7.x86_64 (@anaconda) requires: mariadb-server Removing: 1:mariadb-server-5.5.68-1.el7.x86_64 (@anaconda) mariadb-server = 1:5.5.68-1.el7 Obsoleted By: mysql-community-server-5.7.41-1.el7.x86_64 (mysql57-community) Not found You could try using --skip-broken to work around the problem&lt;/code&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
