• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Installing MySQL 5.0.92 on Mac OS X 10.5.8 LeopardEdit

Created 2/10/2011, updated 3/12/2020
$ curl -O http://mysql.nfsi.pt/Downloads/MySQL-5.0/mysql-5.0.92.tar.gz
$ tar xzvf mysql-5.0.92.tar.gz
$ cd mysql-5.0.92
$ ./configure
$  make
$  make test
$  sudo make install
  • leopard
  • mysql
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).