Core JSTL Mastering the JSPT Standard Tag Library [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Core JSTL Mastering the JSPT Standard Tag Library [Electronic resources] - نسخه متنی

David M. Geary

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید











A.1 Download and Install MySQL


The 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 Page


For 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.

[2] You can use the Java jar command to unzip the MySQL ZIP file, like this: jar xvf mysql-3.23.49-win.zip. If you install MySQL in a directory other than C:\mysql, you will have extra work to dosee the MySQL installation documentation.


Figure A-2. The MySQL Directory and Its Contents


Next, 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.



    / 124