Ive been at this all day im installing 8.1 and I have tried everything
at the moment im getting
Error description: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) D:\CustomerData\webspaces\xxx_00110293\wwwroot\xxx.com\Forum\includes\class_core.php on line 311
I think that means that my username and pass is wrong but its not so im confused heres the 2 parts of my config.php that i think may be the problem.
BTW. I have tried with and without the prefix of the username.
Please help i dont know what to do.
at the moment im getting
Error description: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) D:\CustomerData\webspaces\xxx_00110293\wwwroot\xxx.com\Forum\includes\class_core.php on line 311
I think that means that my username and pass is wrong but its not so im confused heres the 2 parts of my config.php that i think may be the problem.
BTW. I have tried with and without the prefix of the username.
Code:
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'xxx_xxx';
$config['MasterServer']['password'] = 'xxxxxx';
Code:
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'xxx_xxx';
Code:
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'vb_';
Please help i dont know what to do.