update
This commit is contained in:
@@ -9,11 +9,10 @@ name=MySQL 8.0 Community Server\n\
|
||||
baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/8/${arch#-}/\n\
|
||||
enabled=1\n\
|
||||
gpgcheck=0\n\
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022\n\
|
||||
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql\n\
|
||||
" > /etc/yum.repos.d/mysql-8.0.repo \
|
||||
&& dnf makecache \
|
||||
&& dnf install mysql-community-server -y --disablerepo=AppStream \
|
||||
&& dnf -y module disable mysql \
|
||||
&& dnf install mysql-community-server -y \
|
||||
&& rm -rf /usr/sbin/mysqld-debug \
|
||||
/var/cache/yum \
|
||||
/var/lib/yum \
|
||||
|
Reference in New Issue
Block a user