I finally got this to work, so I will post my findings here. //PHP 5 : Windows build needs a MySQL DLL //PHP 5.0 doesn't come with mysql support... You have to get the librariesyourself... //I think u can get them from mysql.com // PHP 5 Beta 2
Linux mysqlapache php 安装过程.将apache ,mysql ,php 的tar.gz 文件复制到/home/tmp目录.接着执行下面的命令 Linux mysql 安装 cd /home/tmp groupadd mysql useradd -g mysql mysql tar -zxvf mysql-5.1.33.tar.gz cd mysql-5.1.33 ./configure --prefix=/usr/local/mysql make make instal