PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll'
这个是什么错啊
我把php.ini里的
;extension=php_mysql.dll 前面分号去掉
为什么会出这样的错啊

解决方案 »

  1.   

    不要去掉
    php4版本以上本身都集成了mysql
      

  2.   

    去掉了也出错
    [1.20] I receive the error "cannot load MySQL extension, please check PHP Configuration". 
    To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically. Its name is probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the extension but failed. 
    这个错
      

  3.   

    php5的确需要手动启动mysql扩展,有没有重启iis?
      

  4.   

    重起了啊
    怎么手动启动mysql扩展