apache2.0.53+php5.0.3+mysql4.1.10+phpMyAdmin2.6.1在winxpsp2下的安装[2]

[入库:2005年9月21日] [更新:2007年3月24日]

本文简介:

                         C:\php\ext\php_mysql.dll

                         c:\php\ext\php_mysqli.dll

           拷贝到C:\windows\system32下

重起apache,php5就支持mysql

     3)phpmyadmin的配置

               编辑phpMyAdmin目录下的config.inc.php,加入root的密码

          $cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
          $cfg['Servers'][$i]['user']          = 'root';      // MySQL user
          $cfg['Servers'][$i]['password']      = 'xxxxxx';          // MySQL password (only needed

保存,用浏览器打开http:\\localhost\phpmyadmin\index.php,完成对mysql数据库的操作

本文关键:apache2.0.53+php5.0.3+mysql4.1.10+phpMyAdmin2.6.1在winxpsp2下的安装
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top