导航

bluesailor散记

« ftp列表列不出来解决方法,启用了windows防火墙的服务器将serv-u用ODBC的方式将用户添加至SQL数据库中.附域离线的解决 »

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

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

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

 

  • 相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Powered By Z-Blog .Theme from Google黑板报 By Washun

Copyright Lunji.com Some Rights Reserved.

Search

控制面板

最新评论及回复

最近发表