| Frames | Modems | Help | Home Page | Chipsets | Search | No Frames |
| Diary Entries | See also Site Info & Diary. | |
| 19 August 2001 | Now adding the Database MySQL application... | |
| PHP is hosted within Apache and the latest version of PHP (4.0.6) contains support natively for accessing MySQL. I'd actually downloaded MySQL on the morning of the 11 Aug, then PHP on the same evening & finally Apache on the 14 Aug, but after reading the documentation it was clear that they needed installing in the reverse order. The latest Windows MySQL download (11,763 KB) is version 3.23.40 at the time that I downloaded it. In contrast to PHP & Apache there are many binary downloads available for various OSs including win95/98/NT/2000 in addition to the usual source downloads. The zip file contains an InstallShield package which needs extracting into a suitable directory (I used Windows\Temp). Double-click on the Setup.exe file & you are away. Once again I accepted all default options - one thing to note is that the folder location (C:\mysql) MUST be accepted. No Registry changes are made so no reboot is needed. After extensive reading I cannot find a way to simply check the installation other than to use the Database (I'll add this when I find it - see below). Interesting points to note are that there are no shortcuts/menu items installed. All programs are reported in the docs I've read as being launched from DOS (good luck winMe users). Also, the mysqld.exe program is provided with debug info compiled into it (intended for error-checking) whilst other programs (mysqld-opt.exe, mysqld-nt.exe) are provided if the non-debug version is used, the different versions for different versions of Windows. |
||
(written on 19 Sep) OK - how to test the installation:
|
||