win2003+php4.4+mysql5.1安装配置时遇上的些问题与解决方法

我的安装程序:,php4.4, mysql5.1,phpMyAdmin2.92 系统WIN2003 SERVER

我的安装程序:,php4.4, mysql5.1,phpMyAdmin2.92 系统WIN2003 SERVER

配置PHP的方法:
1.    下载的PHP文件放在C:PHP下, php.ini-dist 重命名为 php.ini
2.   extension_dir = "./"  改为 extension_dir = c:phpextensions 复制到windows目录下
3.   复制DLLS文件夹的内容至WINDOWSSYSTEM32下
4.    c:phpphp4ts.dll 复制到WINDOWSSYSTEM32下面   php4isapi.dll 到c:windows 下
5.  php.ini 到c:windows 下
6.    iis中属性,isapi筛选器,添加 C:PHPISAPIphp4isapi.dll  , php
7.    iis中属性,主目录,映射 添加 C:PHPISAPIphp4isapi.dll  , php
8.    iis服务器扩展,添加 C:PHPISAPIphp4isapi.dll  , php

—————————————–

 

欢迎使用 phpMyAdmin 2.9.2

Probably reason of this is that you did not create configuration file. You might want to use setup script to create one.

错误
MySQL 返回:

#1045 – Access denied for user ‘root’@’localhost’ (using password: NO)

==============

解决方法
修改libraries文件下的config.default.php ,将这里添加密码$cfg[‘Servers’][$i][‘password’]      = ”;

———————–
欢迎使用 phpMyAdmin 2.9.2

Probably reason of this is that you did not create configuration file. You might want to use setup script to create one.

错误
MySQL 返回:

#1251 – Client does not support authentication protocol requested by server; consider upgrading MySQL client 

=============
解决方法
在开始 程序 MYSQL MySQL Command Line Client 进入,输入密码

1、输入命令:
  mysql>set password for ‘root’@’localhost’=old_password(‘123’);  (注意分号不能少)
2、退入MYSQL命令行:
  mysql>q

 

phpMyAdmin – 2.9.2