[Resolvido] Problemas em instalar a extensão mysql no PHP com Win VIST
Caros colegas do Imasters, estou instalando o PHP 5 e o Mysql 5.1.11 no meu micro novo com o Win Vista.
Instalei o PHP e o MYSQL e ambos estão funcionando (isto é o MYSQL não está a funcionar com o PHP) o PHPMYADMIN acusa o seguinte
>
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.
Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar.
Na configuração do PHP já configurei o Extensions e desabilitei os ;; das extension=php_mysql.dll e extension=php_mysqli.dll
>
; if nonempty.
user_dir =
; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:\php5\ext"
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
; disabled on them.
enable_dl = On
Mas nada funciona. E sim as extensões estão dentro do directório C:\PHP5\EXT
Agradeço a vossa ajuda
Discussão (14)
Carregando comentários...