Search the MySQL manual:

2.1.1 Installing MySQL on Windows

The MySQL server for Windows is available in two distribution formats:

Generally speaking, you should use the binary distribution. It's simpler, and you need no additional tools to get MySQL up and running.

You will need the following:

Subsections

User Comments

Posted by Paul Peets on Sunday June 15 2003, @10:46am[Delete] [Edit]

Taking Training using "JSP, Servlets, & MySQL" by
author David Harms

GREAT BOOK if your new to Tomcat, Java and MySQL.


My biggest issue installing MySQL was getting the
JDBC driver mm.mysql-2.0.4-bin.jar downloaded and
installed.

Once I found the driver at
http://www.mysql.com/downloads/api-jdbc.html ,
I did not know where to place the driver.

A quick question to some of our folks already
heavy into java and I installed the file under
Tomcat in \Tomcat\Common\Lib. Suddenly my
examples from the book started working.

Wow!! I have dynamic content from a database on
a web page. Easy.

Posted by [name withheld] on Tuesday July 29 2003, @8:40pm[Delete] [Edit]

For an excellent complement to the MySQL docs, that sums up all the steps from start to finish...

For Windows 2000/XP

http://www.devside.net/web/server/win32/mysql-bin

For integrating Apache, PHP, MySQL, SSL, Perl, ...

http://www.devside.net

Add your own comment.