Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/silencea/public_html/forums/includes/db_mysql.php on line 140
[size=+1]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.[/size]
hmmm, I wonder why I keep getting this message, is it that mysql is down? i'm setting up a forum and I can't seem to do it. here's the vbulletin config.php. Please tell me if I did anything wrong. Password I used is the server password given to me by x10hosting, and I used my own email.
// ****** DATABASE SERVER NAME ******
// This is the hostname or IP address of the database server.
// It is in the format HOST
ORT. If no PORT is specified, 3306 is used.
// If you are unsure of what to put here, leave it at the default value.
$servername = '70.86.136.178:21';
// ****** DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$dbusername = 'silencea';
$dbpassword = '********';
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$dbname = 'silencea_forums';
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$technicalemail = '';
[size=+1]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.[/size]
hmmm, I wonder why I keep getting this message, is it that mysql is down? i'm setting up a forum and I can't seem to do it. here's the vbulletin config.php. Please tell me if I did anything wrong. Password I used is the server password given to me by x10hosting, and I used my own email.
// ****** DATABASE SERVER NAME ******
// This is the hostname or IP address of the database server.
// It is in the format HOST
// If you are unsure of what to put here, leave it at the default value.
$servername = '70.86.136.178:21';
// ****** DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$dbusername = 'silencea';
$dbpassword = '********';
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$dbname = 'silencea_forums';
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$technicalemail = '';