Documentation Home
MySQL Installation Guide
Related Documentation Download this Excerpt
PDF (US Ltr) - 2.4Mb
PDF (A4) - 2.4Mb


MySQL Installation Guide  / Installing MySQL from Source  /  Source Installation Methods

4.1 Source Installation Methods

There are two methods for installing MySQL from source:

  • Use a standard MySQL source distribution. To obtain a standard distribution, seeSection 2.3, “How to Get MySQL”. For instructions on building from a standard distribution, seeSection 4.4, “Installing MySQL Using a Standard Source Distribution”.

    Standard distributions are available as compressedtar files, Zip archives, or RPM packages. Distribution files have names of the formmysql-VERSION.tar.gz,mysql-VERSION.zip, ormysql-VERSION.rpm, whereVERSION is a number like8.0.44. File names for source distributions can be distinguished from those for precompiled binary distributions in that source distribution names are generic and include no platform name, whereas binary distribution names include a platform name indicating the type of system for which the distribution is intended (for example,pc-linux-i686 orwinx64).

  • Use a MySQL development tree. For information on building from one of the development trees, seeSection 4.5, “Installing MySQL Using a Development Source Tree”.