How fast do you want your installation? Check this.
$ time ./express_install.pl ~/downloads/mysql-5.0.45-osx10.4-i686.tar.gz --no_confirm unpacking /Users/gmax/downloads/mysql-5.0.45-osx10.4-i686.tar.gz Executing ./install.pl --basedir=/Users/gmax/downloads/5.0.45 \ [...] Installing MySQL system tables... OK Filling help tables... OK [...] loading grants sandbox server started installation options saved to current_options.conf. To repeat this installation with the same options, use ./install.pl --conf_file=current_options.conf ---------------------------------------- Your sandbox server was installed in /Users/gmax/msb_5_0_45 real 0m6.773s user 0m0.245s sys 0m0.235s
Old times
MySQL has a long established rule of going from downloading to up and running in less than 15 minutes, as stated in various sources, like this interview …
[Read more]