Rate This Document
Findability
Accuracy
Completeness
Readability

Preparing the MySQL 8.0.19 Installation Package

  1. Download the MySQL 8.0.19 installation package used for the ARM platform.
    1
    wget https://cdn.mysql.com/archives/mysql-8.0/mysql-8.0.19-1.el8.aarch64.rpm-bundle.tar --no-check-certificate
    

    To download other versions, visit https://downloads.mysql.com/archives/community/.

  2. Decompress the installation package to the directory where the MySQL Dockerfile is located.
    1
    tar -xvf ./mysql-8.0.19-1.el8.aarch64.rpm-bundle.tar -C ./mysql-docker/8.0
    
  3. Check the files in the ./mysql-docker/8.0 directory.
    1
    ll ./mysql-docker/8.0
    
    total 653552
    -rwxr-xr-x 1 root root       7476 Apr 27 13:05 docker-entrypoint.sh
    -rw-r--r-- 1 root root       3092 Jun 30 19:48 Dockerfile
    -rwxr-xr-x 1 root root       1073 Apr 27 13:05 healthcheck.sh
    drwxr-xr-x 2 root root         24 Apr 27 13:05 inspec
    -rw-r--r-- 1 7155 31415  14203200 Dec 10  2019 mysql-community-client-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415  25022792 Dec 10  2019 mysql-community-client-debuginfo-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415    623068 Dec 10  2019 mysql-community-common-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415   2965776 Dec 10  2019 mysql-community-debuginfo-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415  20412172 Dec 10  2019 mysql-community-debugsource-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415   2136244 Dec 10  2019 mysql-community-devel-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415   1473224 Dec 10  2019 mysql-community-libs-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415   2243808 Dec 10  2019 mysql-community-libs-debuginfo-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415  63519824 Dec 10  2019 mysql-community-server-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415  21869748 Dec 10  2019 mysql-community-server-debug-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415  96328012 Dec 10  2019 mysql-community-server-debug-debuginfo-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415 190841736 Dec 10  2019 mysql-community-server-debuginfo-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415 210853888 Dec 10  2019 mysql-community-test-8.0.19-1.el8.aarch64.rpm
    -rw-r--r-- 1 7155 31415  16697620 Dec 10  2019 mysql-community-test-debuginfo-8.0.19-1.el8.aarch64.rpm