This section describes using MySQL on Windows. This information is also provided in the `README' file that comes with the MySQL Windows distribution. See section 2.1.1 Installing MySQL on Windows.
On Windows 95, 98, or Me, MySQL clients always connect to the server using TCP/IP. On NT-based systems such as Windows NT, 2000, or XP, clients have two options. They can use TCP/IP, or they can use a named pipe if the server supports named pipe connections.
For information about which server binary to run, see section 2.1.1.2 Preparing the Windows MySQL Environment.
The examples in this section assume that MySQL is installed under the default location of `C:\mysql'. Adjust the pathnames shown in the examples if you have MySQL installed in a different location.