PHP ne peut charger l'extension MySQLi
Bonjour,
je vien de terminer l'installation de PhpMyAdmin mais il m'affiche le message d'erreur suivant
"PHP ne peut charger l'extension mysqli,
veuillez vérifier votre configuration de PHP - Documentation"
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| Dans le fichier php.ini
;extension=php_mssql.dll
;extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
le fichier d'erreur d'apache
[Wed Jan 14 11:46:38 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Jan 14 11:46:38 2009] [notice] Child 1560: Exit event signaled. Child process is ending.
[Wed Jan 14 11:46:39 2009] [notice] Child 1560: Released the start mutex
[Wed Jan 14 11:46:40 2009] [notice] Child 1560: All worker threads have exited.
[Wed Jan 14 11:46:40 2009] [notice] Child 1560: Child process is exiting
[Wed Jan 14 11:46:40 2009] [notice] Parent: Child process exited successfully.
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.8 for ServerName
[Wed Jan 14 11:47:21 2009] [notice] Apache/2.2.9 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Wed Jan 14 11:47:21 2009] [notice] Server built: Jun 13 2008 04:04:59
[Wed Jan 14 11:47:21 2009] [notice] Parent: Created child process 412
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.8 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.8 for ServerName
[Wed Jan 14 11:47:21 2009] [notice] Child 412: Child process is running
[Wed Jan 14 11:47:21 2009] [notice] Child 412: Acquired the start mutex.
[Wed Jan 14 11:47:21 2009] [notice] Child 412: Starting 64 worker threads.
[Wed Jan 14 11:47:21 2009] [notice] Child 412: Starting thread to listen on port 80.
le ficher d'accée
127.0.0.1 - - [14/Jan/2009:12:11:03 -0600] "GET /phpmyadmin/ HTTP/1.1" 302 -
127.0.0.1 - - [14/Jan/2009:12:11:04 -0600] "GET /phpmyadmin/error.php?lang=fr&dir=ltr&type=Erreur&error=PHP+ne+peut+charger+l%27extension+mysqli%2C+%5Bbr%5Dveuillez+v%C3%A9rifier+votre+configuration+de+PHP+-+%5Ba%40.%2FDocumentation.html%23faqmysql%40documentation%5DDocumentation%5B%2Fa%5D HTTP/1.1" 200 1238 |
:cry::cry::?