Session Problem (mysql)

serverguy

Verified User
Joined
Sep 1, 2004
Messages
61
Hey

We went our order system this morning and we found this when we tried to login, it worked fine last noght.
What can cause this problem?
I read some where /var could be full be it is not.

Some help here please.

--- Richard ---


Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/host4u/domains/domain.net/public_html/billing/include/misc/mod_adodb/drivers/adodb-mysql.inc.php on line 319

Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/host4u/domains/domain.net/public_html/billing/include/misc/mod_adodb/drivers/adodb-mysql.inc.php on line 335

Session: connection failed

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/host4u/domains/doamin.net/public_html/billing/include/misc/mod_adodb/drivers/adodb-mysql.inc.php:319) in /home/host4u/domains/domain.net/public_html/billing/include/functions.inc.php on line 103

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/host4u/domains/domain.net/public_html/billing/include/misc/mod_adodb/drivers/adodb-mysql.inc.php:319) in /home/host4u/domains/domain.net/public_html/billing/include/functions.inc.php on line 103

Warning: main(../include/translations/.trans.inc.php): failed to open stream: No such file or directory in /home/host4u/domains/domain.net/public_html/billing/include/functions.inc.php on line 202

Fatal error: main(): Failed opening required '../include/translations/.trans.inc.php' (include_path='.:/usr/local/lib/php') in /home/host4u/domains/domain.net/public_html/billing/include/functions.inc.php on line 202

Session Replace: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
 
MySQL is still running right? And allowing connections from wherever your trying to connect from (localhost, mysql default port etc)
 
Back
Top