Hi all,
I'm seriously looking for an alternative to UBB, which is ok, but crashes the server too much, and ISP keeps shutting me down. On suggestion from another member, I'm trying to install the lite version of vbulletin on my NT server. Mysql was set up for me by ISP. I'm getting the error "Warning: Can't connect to MySQL server on 'localhost' (10061) in e:\web\icompact\vbt\admin\db_mysql.php on line 31". Here are my config settings:
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="icompactdba";
$dbpassword="*****";
// name of database
$dbname="icompact";
//password needed to enter the control panel
$cppassword="icompact";
?>
Here is what my host told me when I asked what hostname or IP I should use: "Aimee, You should be able to connect to the database with the follwoing info: The DSN name is "icompact", username "icompactdba" and password "***". Please let us know if there are any problems"
What am I doing wrong?
Thanks!
Aimee



Reply With Quote


Bookmarks