2.4.1. Overview of MySQL Community Server Installation
Determine whether MySQL runs and is supported on your platform.Â
Not all platforms are equally suitable for running MySQL,
and not all platforms on which MySQL is known to run are
officially supported by MySQL AB. For a list of platforms on
which MySQL Community Server runs, see
Section 2.4.2, âOperating Systems Supported by MySQL Community Serverâ.
Choose which distribution to install.Â
Several versions of MySQL are available, and most are
available in multiple distribution formats. You can choose
from prepackaged distributions containing binary
(precompiled) programs or source code. When in doubt, use a
binary distribution. We also provide public access to our
current source trees for those who want to see our most
recent developments and to help us test new code. To
determine which version and type of distribution you should
use, see Section 2.4.3, âChoosing Which MySQL Distribution to Installâ.
Perform any necessary post-installation setup.Â
After installing MySQL, read
Section 2.4.16, âPost-Installation Setup and Testingâ, which contains
important information about making sure the MySQL server is
working properly. It also describes how to secure the
initial MySQL user accounts, which have no
passwords until you assign passwords. The
information in this section applies whether you install
MySQL using a binary or source distribution.
Perform setup for running benchmarks (optional).Â
If you want to use the MySQL benchmark scripts, Perl support
for MySQL must be available. See
Section 2.4.21, âPerl Installation Notesâ, for more information.
User Comments
Add your own comment.