SQL error (Access denied for user ''@'localhost' (using password: NO))
in (
select secure_chat,ini_chat,scroll_X,scroll_Y,image_auto from chat_config
)

SQL error (Access denied for user ''@'localhost' (using password: NO))
in (
	update staff_status set online=0
	where updated + interval 5*5 second < now()
)

SQL error (Access denied for user ''@'localhost' (using password: NO))
in (
	    select count(*) from staff_status where online=1
)