End of Product Lifecycle. Active development and support for MySQL database server versions 3.23, 4.0, and 4.1 has ended. However, for MySQL 4.0 and 4.1, there is still extended support available. For details, see http://www.mysql.com/company/legal/lifecycle/#calendar. According to the MySQL Lifecycle Policy (see http://www.mysql.com/company/legal/lifecycle/#policy), only Security and Severity Level 1 issues will still be fixed for MySQL 4.0 and 4.1. Please consider upgrading to a recent version (MySQL 5.0 or 5.1).
This chapter describes how to obtain and install MySQL. A summary of
the procedure follows and later sections provide the details. If you
plan to upgrade an existing version of MySQL to a newer version
rather than install MySQL for the first time, see
Section 2.11, âUpgrading MySQLâ, for information about upgrade procedures
and about issues that you should consider before upgrading.
Determine whether MySQL runs and is
supported on your platform. Please note that not all
platforms are equally suitable for running MySQL, and that not
all platforms on which MySQL is known to run are officially
supported by MySQL AB. See Section 2.1.1, âOperating Systems On Which MySQL Is Known To Runâ, for
details.
Choose which distribution to
install. Several versions of MySQL are available, and
most are available in several distribution formats. You can
choose from pre-packaged distributions containing binary
(precompiled) programs or source code. When in doubt, use a
binary distribution. We also provide public access to our
current source tree for those who want to see our most recent
developments and help us test new code. To determine which
version and type of distribution you should use, see
Section 2.1.2, âChoosing Which MySQL Distribution to Installâ.
Perform any necessary post-installation
setup. After installing MySQL, read
Section 2.10, âPost-Installation Setup and Testingâ. This section 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 section
applies whether you install MySQL using a binary or source
distribution.
User Comments
Add your own comment.