how to install phpMyadmin 3.2 with IIS in windowns2000 server
I have installed php5 and Mysql Server 5.0
after i install phpMyadmin 2.11 there are always error either says
Cannot load mysql extension. Please check your PHP configuration. - Documentation
or Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\phpMyAdmin\libraries\Config.class.php(377) : eval()'d code:25) in C:\Inetpub\wwwroot\phpMyAdmin\libraries\auth\cookie.auth.lib.php on line 109
so i am trying to install the newer version of phpMyAdmin. just want see some better way to install
It seems like your server cannot find the libmysql.dll file.
Open the php.ini file and look for "extension=php-mysql.dll"
If that line start with a semicolon ( ; ), remove it. Save the php.ini file, restart your IIS server and try again.
In case that does not solve the problem, check your php installation folder and look for the "ext" subfolder. You should see in there all the dll files. Make sure the php_mysql.dll is part of that list of files. If not then you should download the extensions mode for the PHP.net
By the way if you no longer receive the "cannot load mysql extension...." message that means PHP and mySQL are ready to "talk".
If afterwards you still getting the errors messages or Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\phpMyAdmin\libraries\Config.class.php(377) : eval()'d code:25) in C:\Inetpub\wwwroot\phpMyAdmin\libraries\auth\cookie.auth.lib.php on line 109
then make sure you entered the propers database access parameters (server, user, password) in the config.inc file in your PHPMyAdmin installation folder.
Bookmarks