WAMPは問題なくインストールされましたが、問題はありません...
phpMyAdmin にアクセスすると、phpMyAdmin から次のようなエラーが表示されます。
Cannot load mysqli extension. Please check your PHP configuration
また、phpMyAdmin のドキュメントでは、このエラー メッセージについて次のように説明されています。
PHP で MySQL サーバーに接続するには、「MySQL 拡張機能」と呼ばれる一連の MySQL 関数が必要です。この拡張機能は、PHP ディストリビューション (コンパイル済み) の一部である場合があります。それ以外の場合は、動的にロードする必要があります。その名前は、おそらく mysql.so または php_mysql.dll です。phpMyAdmin は拡張機能を読み込もうとしましたが、失敗しました。通常、この問題は「PHP-MySQL」などと呼ばれるソフトウェア パッケージをインストールすることで解決されます。
最後に、apache_error.log ファイルには次の PHP 警告があります (mySQL 警告を参照)。
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
そのため、何らかの理由で PHP が mysql 拡張機能を認識していません。
理由を知っている人はいますか?解決策または回避策はありますか?