THis might be the wrong place for this but we will see i followed you instructions and I think got everything setup right with apache, php, and Mysql. But then when I try to install forum i get errors
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in C:\Network\Apache2\htdocs\forum\includes\db_mysql. php on line 333
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in C:\Network\Apache2\htdocs\forum\includes\db_mysql. php on line 334
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in C:\Network\Apache2\htdocs\forum\includes\db_mysql. php on line 133
I pretty sure i got config file set up right
$servername = '192.168.1.100'; <<< also tried local host
$dbusername = 'root';
$dbpassword = 'password';
$dbname = 'vbulletin';
Now the ? is what am i doing wrong
|