mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
help: mysql: remove eol repo
Fixes https://github.com/tuna/issues/issues/1675
This commit is contained in:
parent
9b5af59ece
commit
2449c305e5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue