PhP Experience

Daily PhP Experiences

13 March, 2007

Solution of "Client does not support authentication protocol requested by server; consider upgrading MySQL client"


2 days ago i posted an entry that was about installing Php5, Apache 2.2, MySql5 and PhpMyAdmin. Today i deinstall Php 5 and Apache 2.2 for some reasons. So i install former versions , php 4.4.6 and Apache 2.0.56 from the same sites. First i install apache to C:\Program Files\Apache Group\Apache2. Then manually install php.

To read more.....





Labels: , , ,

11 March, 2007

Solution Of "Cannot load mysql extension. Please check your PHP configuration." and "Access denied for user 'root'@'localhost' (using password: NO)"

Today, i installed Apache HTTP Server 2.2.4(http://httpd.apache.org/download.cgi), MySQL 5.0.37(http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.37-win32.zip/from/pick), PhP 5.2.1(http://www.php.net/downloads.php) and PhpMyAdmin 2.10.0.2(http://www.phpmyadmin.net/home_page/downloads.php) to my windows in order to maintain my older Php-MySQL projects. First i installed Apache. Setup is not difficult. Only i "next" the steps with recommended settings. I only type my localserver such as "localhost". Then PhP 5 is installed. During installation of PhP 5, i select Apache web server as webserver. Then i install, MySQL and configure it. At the end, PhpMyAdmin.

To read more please click....

Labels: ,