• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Need Help With !vbulletin! On Old F2s

PreDarSatan

New Member
Code:
Attempting to attach to database...


Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /web/sites/265/predarsatan/www.predarsatans-realm.f2s.com/fxp-board/admin/db_mysql.php on line 40

Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /web/sites/265/predarsatan/www.predarsatans-realm.f2s.com/fxp-board/admin/db_mysql.php on line 40

Warning: Supplied argument is not a valid MySQL-Link resource in /web/sites/265/predarsatan/www.predarsatans-realm.f2s.com/fxp-board/admin/db_mysql.php on line 47

The database has failed to connect because you do not have permission to connect to the server. Please go back to the last step and ensure that you have entered all your login details correctly.

Click to go to the vBulletin website

i really need help with this badly contact me on icq or msn for more info:
#113355261
justdontreplytothis@hotmail.com

i'll be online whole day
 
Check your MySQL settings, you have localhost as the server but it is db.YOURDOMAIN.f2s.com and make sure your username and password is right too.
 
nope doesn't work

copy of config:
Code:
<?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="db.predarsatans-realm.f2s.com";


// username and password to log onto db server
$dbusername="predarsatan";
$dbpassword="*****";

// name of database
$dbname="predarsatan";

// technical email address - any error messages will be emailed here
$technicalemail = "justdontreplytothis@hotmail.com";

// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;

// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "1";

// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "";

?>
Database Engine: mysql

Database Username: predarsatan
Database Name: predarsatan
Database Server: db.predarsatans-realm.f2s.com
Database Port: 3306
 
Back
Top