Jump to content
MakeWebGames

Recommended Posts

Posted

i have a problem and i just crnt figure it out

Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in/home/freehost/t35.com/f/a/fallenworld/mysql.php on line 46

FATAL ERROR: Could not connect to database on localhost (Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)) 1

 

here is line 46

$this->connection_id=mysql_connect($this->host, $this->user, $this->pass, 1) or $this->connection_error();

Posted

verify the host/port user name and password.

and address this issue to hosting staff.

try again without the flag "1".

And maybe the host doesn't respond to "localhost" probably something like mysql2.freehost.com etc...

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...