WAMP cezası, hiçbir sorun yüklü, ANCAK ...
PhpMyAdmin giderken aşağıdaki gibi, ben phpMyAdmin gelen hatayı alıyorum:
Cannot load mysqli extension. Please check your PHP configuration
Aşağıdaki gibi Ayrıca, phpMyAdmin belgeleri bu hata mesajını açıklıyor:
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.
Son olarak, apache_error.log dosya aşağıdaki PHP uyarıları (mySQL uyarı bakınız):
PHP Warning: Zend Optimizer does not support this version of PHP - please upgrade to the latest version of Zend Optimizer in Unknown on line 0
PHP Warning: Zend Platform does not support this version of PHP - please upgrade to the latest version of Zend Platform in Unknown on line 0
PHP Warning: Zend Debug Server does not support this version of PHP - please upgrade to the latest version of Zend Debug Server in Unknown on line 0
PHP Warning: gd wrapper does not support this version of PHP - please upgrade to the latest version of gd wrapper in Unknown on line 0
PHP Warning: java wrapper does not support this version of PHP - please upgrade to the latest version of java wrapper in Unknown on line 0
PHP Warning: mysql wrapper does not support this version of PHP - please upgrade to the latest version of mysql wrapper in Unknown on line 0
Yani, nedense PHP mysql uzantısı tanımıyor.
Herkes neden biliyor musun? Herhangi bir çözüm veya geçici çözüm?