There are two methods for installing MySQL from source:
• Use a standard MySQL source distribution. To obtain a standard distribution, see Section 2.1.3,
“Howto Get MySQL”. For instructions on building from a standard distribution, see Section 2.9.2,
“Installing MySQL Using a Standard Source Distribution”.
Standard distributions are available as compressed tar files, Zip archives, or RPM packages.
Distribution files have names of the form mysql-VTRS.rON.tar .gz, mysql-l'ERSION. zip,
or mysqi- version. rpm, where version is a number like 5.6.14. 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-i 686 orwinx64).
• Use a MySQL development tree. Development trees have not necessarily received the same level
of testing as standard release distributions, so this installation method is usually required only if you
need the most recent codę changes. For information on building from one of the development trees,
see Section 2.9.3, “Installing MySQL Using a Development Source Tree”.