README.install: update mysql8 version.

This commit is contained in:
Christoph 2024-04-26 14:16:51 +02:00
parent 90d66b870e
commit 3f8e5e639a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.log
*.swp
*.tar.gz
*.deb
log*
conf/*.conf

View File

@ -92,7 +92,7 @@ cd /tmp
# See at 'https://dev.mysql.com/downloads/repo/apt/' which is the
# actual version of the apt-repository
#
mysql_apt_version=0.8.26-1
mysql_apt_version=0.8.29-1
wget https://dev.mysql.com/get/mysql-apt-config_${mysql_apt_version}_all.deb
dpkg -i mysql-apt-config_${mysql_apt_version}_all.deb