-
PHP / MySQL on IIS
i'm trying to run php / mysql on a windows box with IIS 5. I know it'd be better to use apache, but i also develop in asp / asp.net and sqlserver.
the guy who was here before me got php working, and possibly mysql (i think). the problem i'm having is that i cant get phpmyadmin to recognise that mysql is there, i get the following error...
__________________________________________________ ___________________
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Warning: Cannot modify header information - headers already sent by (output started at E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\auth\config.auth.lib.php:96) in E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\header_http.inc.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\auth\config.auth.lib.php:96) in E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\header_http.inc.php on line 15
Warning: Cannot modify header information - headers already sent by (output started at E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\auth\config.auth.lib.php:96) in E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\header_http.inc.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\auth\config.auth.lib.php:96) in E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\header_http.inc.php on line 17
Warning: Cannot modify header information - headers already sent by (output started at E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\auth\config.auth.lib.php:96) in E:\Work\Websites\phpmyadmin\phpMyAdmin-2.5.5-pl1\libraries\header_http.inc.php on line 20
Server JAMESPC
Error
MySQL said:
#2003 - Can't connect to MySQL server on 'JAMESPC' (10060)
__________________________________________________ ___________________
Anyone any ideas how to fix this problem. I'm lost.
Ta.