2.3. Windows Installation
The distributions for Windows can be found in the same place
as the distributions for Unix: at http://www.mysql.com/downloads or at one of
the mirror sites. Windows installation is simply a matter of
downloading the
mysql-version.zip,
unzipping it, and running the set-up program.
The default install location for MySQL Windows is
c:\mysql. The installer will allow you to change
the location. However, if you choose to do so, you may need to modify
some configuration files to get everything working correctly. Refer
to the full MySQL installation documentation at http://www.mysql.com/documentation for more
information.
The installer will give you the choice between a typical, compact, or
custom install. You should use the typical install unless you wish to
modify the list of components that are installed. In that case, use
the custom install.
The Windows binary distribution contains several
servers from which to choose.
Table 2-2 lists these servers.
Table 2-2. Servers that come with the Windows distribution
Server name
|
Description
|
mysqld
|
Debug binary with memory allocation checking, symbolic link support,
and transactional table support (InnoDB and DBD)
|
mysqld-opt
|
Optimized binary with no support for transactional tables
|
mysqld-nt
|
Optimized binary with support for NT named pipes
|
mysqld-max
|
Optimized binary with support for transactional tables
|
mysqld-max-nt
|
Optmized binary with support for NT named pipes and transactional
tables
|
Once you have the software installed, the next step is to start the
server. Though the binaries are
the same, the procedure for running the server is different depending
on whether you are using Windows 95/98 or Windows NT/2000. Each is
covered separately.
 |  |  | 2.2. Unix Installation |  | 3. SQL According to MySQL |
Copyright © 2003 O'Reilly & Associates. All rights reserved.
|