python-commands-scripts/docker_mysql.md at main · MitchellX/python-commands-scripts · GitHubhttps://github/MitchellX/python-commands-scripts/blob/main/docker_mysql.md

手把手教程可以参考以上链接

mysql官网下载安装包Archived Versions

MySQL :: Download MySQL Community Server (Archived Versions)

check mysql文档, 找到对应的OS版本: 

jaunty | Ubuntu 9.04 "Jaunty Jackalope"

Chapter 2. Installing and Upgrading MySQL

下载对应的docker image: 

docker run -it icomputer7/ancient-ubuntu-docker:jaunty /bin/bash

GitHub - iComputer7/ancient-ubuntu-docker: Docker base images of ancient Ubuntu versions.

docker 使用教程:

Docker 容器使用 | 菜鸟教程

dock中必装的packages:

apt-get install g++ gcc build-essential

具体源码安装mysql 参考两篇文章:

源码编译安装MySQL-5.0.84_h254532693的博客-CSDN博客

mysql5.0源码安装_linux小白 mysql5.0源码安装配置_宠物行业白皮书的博客-CSDN博客

更多推荐

(老版本)mysql5.0源码安装_linux