PDA

View Full Version : database warning....


wreck
08-25-2004, 09:48 AM
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/rapdome/public_html/frontlinez/forum/admin/db_mysql.php on line 40


^^^thats the message im getting www.front-linez.com/forum then you can see the message.

$this->link_id=mysql_connect($this->server,$this->user,$this->password);

^^thats the coding that is on line 40... any idea of what i need to do?

Colin F
08-25-2004, 09:56 AM
Did you change anything in your vB installation shortly before this occured?

Can you access you MySQL Server by other means (phpmyadmin,...)?

Are all the values in your includes/config.php set and correct?

wreck
08-25-2004, 09:59 AM
well i went to bed last night, everything was workin fine, i just got out of bed now, and now its like this, so wether someone else has done anything or not i have no idea

wreck
08-25-2004, 10:06 AM
nevermind... its working now

wreck
08-25-2004, 01:56 PM
its doing it again now

i think its the host because there nothing wrong in any of the files

Colin F
08-25-2004, 01:58 PM
See if you can access the mysql database through another means (phpmyadmin for example)

If not, the database server has a problem, so only your host can help you...