some problems!!
maagheli@vasel.com
maagheli@vasel.com
Sun, 03 Jun 2001 13:39:45 +0400 (IRST)
My apache loge following problems:
SQL safe mode in effect - ignoring host/user/password information in ./lib/db.mysql on line 48
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in ./lib/db.mysql on line 48
SQL safe mode in effect - ignoring host/user/password information in ./lib/db.mysql on line 270
SQL safe mode in effect - ignoring host/user/password information in ./lib/db.mysql on line 226
Line 48 of ./lib/db.mysql:
if (!($db = mysql_pconnect($default->db_server_name,$default->db_user_name, $default->db_password))) {
Line 270 of ./lib/db.mysql:
if (!($db = mysql_pconnect($default->db_server_name, $default->db_user_name, $default->db_password))) { return false; }
Line 226 of ./lib/db.mysql:
if (!($db = mysql_pconnect($default->db_server_name, $default->db_user_name, $default->db_password))) { return false; }