SQL Error

Access denied for user '4pm'@'localhost' (using password: NO)

1 DELETE FROM
2   site_sessions
3 WHERE
4   UNIX_TIMESTAMP(NOW()) - UNIX_TIMESTAMP(lastupdate) > 8
5   6400
6


Sql error called from file /home/4pm/public_html/func/build.inc on line 216

212       "._sessions_table."
213     WHERE
214       UNIX_TIMESTAMP(NOW()) - UNIX_TIMESTAMP(lastupdate) > $max_lifetime
215   ";
216   $mysql -> sqlPusty($sql); 
217   return true;
218 }
219 function sess_close() {
220   return true;
Show Code Flow