get_nick
Sun 11th Jan '09, 2:27pm
I have gotten to step 3 of the install of my vbulletin. I get the following message.
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
I am a noob with php, so this is pretty hard for me. If someone can review this, it would help a ton.
// ****** 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'] = '';
Is this my domain name. www.*******.com (http://www.*******.com)? Or is this my server host name "***.*****.com?
// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = '********';
$config['MasterServer']['port'] = 3306;
Is this the server name i added to my domain? should it be "***.*****.com"?
do i need to change the port?
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
Is this the user name and password setup by my server? Does the username end in .com?
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
I am a noob with php, so this is pretty hard for me. If someone can review this, it would help a ton.
// ****** 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'] = '';
Is this my domain name. www.*******.com (http://www.*******.com)? Or is this my server host name "***.*****.com?
// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = '********';
$config['MasterServer']['port'] = 3306;
Is this the server name i added to my domain? should it be "***.*****.com"?
do i need to change the port?
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
Is this the user name and password setup by my server? Does the username end in .com?