Topic: Install Error #(10061)
I am new to PunBB... so new I have not yet succeeded to install it.
Current Setup:
Development Box OS: Windows 2000 Server (English)
Running User Account: (OS Built-in) Administrator
PHP: 4.4.7 (I tried 5.2, but couldn't get mysql running, thus 4.4.7 which has mysql integrated support) -- info.php works fine... mysql "appears" installed correctly.
PunBB: 1.2.16 (install.php form appears fine...)
****
The following test.php shows mysql appears to be installed correctly:
<?php
$si = function_exists('mysql_connect');
if ($si)
{
echo "MySQL appears to be installed correctly<br/>\n";
}
else
{
echo <<<EOM
Whooops! MySQL does not appear to be compiled or enabled
properly!<br/>
EOM;
}
?>
****
When I run PunBB's install.php, PunBB's install form appears, and I fill in the entry boxes...
BUT... when I click on submit, I get the following message:
****
An error occured on line 58 in file
X:\Forum\include\dblayer\mysql.php.
PunBB reported: Unable to connect to MySQL server. MySQL reported: Can't connect to MySQL server on 'localhost' (10061)
****
I've given my Forum folder read, write and script execute rights... where might I start tweaking to get to install PunBB? Any help that can be provided will be much appreciated.
Does the mysql Database user need to be an existing OS user account? Or is this unrelated to the PunBB install? Does it have to have administrator rights?
The PunBB Troubleshooting Section has about 147 pages, and I can't search for the key word 10061... thus this post crying for help...
Thank you