help: mysql: remove eol repo

Fixes https://github.com/tuna/issues/issues/1675
This commit is contained in:
Zenithal 2023-02-20 06:51:50 +00:00
parent 9b5af59ece
commit 2449c305e5
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -48,15 +48,13 @@ deb https://{%endraw%}{{ site.hostname }}{%raw%}/mysql/apt/{{os_name}} {{release
新建 `/etc/yum.repos.d/mysql-community.repo`,内容如下:
注:`mysql-8.0`, `mysql-connectors`和`mysql-tools`在RHEL 7/8上还提供了`aarch64`版本。
注:`mysql-8.0`, `mysql-connectors`和`mysql-tools`在RHEL 7上还提供了`aarch64`版本。
<form class="form-inline">
<div class="form-group">
<label>你的CentOS/RHEL版本: </label>
<select class="form-control release-select" data-template="#yum-template" data-target="#yum-content">
<option data-release="el6">CentOS/RHEL 6</option>
<option data-release="el7" selected>CentOS/RHEL 7</option>
<option data-release="el8">CentOS/RHEL 8</option>
</select>
</div>
</form>