A.1 Download and Install MySQLThe MySQL database management system is one of the most popular open source database management systems. That popularity stems from the fact that MySQL is free, fast, and reliable. You can read more about MySQL at the following URL: http://www.mysql.com/downloads/mysql-3.23l When you access the preceding URL, you should see a Web page like the one shown in Figure A-1. Scroll down that page to find download areas for the operating systems supported by MySQL. Figure A-1. The MySQL Download PageFor Windows 95/98/NT/2000/XP, you will download a ZIP file; for MySQL version 3.23.49, that ZIP file is named mysql-3.23.49-win.zip. After you download the ZIP file, you should create a directoryC:\mysql works bestand unzip the ZIP file in that directory.[2] When you are done, you should have a directory with the files shown in Figure A-2.
Figure A-2. The MySQL Directory and Its ContentsNext, you need to run the MySQL setup program; the icon for that program is circled in Figure A-2. That setup program will launch InstallShield to install MySQL. Installation is easy; just follow the instructions in the install wizard. After installation, the install wizard may ask you to reboot your computer. That's all there is to downloading and installing MySQL; however, to run the database examples in this book, you need a JDBC driver. The next section shows you how to download and install a JDBC driver for MySQL. |