PDA

View Full Version : Need Help With !vbulletin! On Old F2s



PreDarSatan
December 4th, 2001, 05:03
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

Gonzo
December 4th, 2001, 06:50
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.

PreDarSatan
December 4th, 2001, 06:52
lemme try

PreDarSatan
December 4th, 2001, 07:03
nope doesn't work

copy of config:


<?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