No se puede seleccionar la Base de Datos

Error MySQL: Access denied for user 'gastroe2_miweb'@'localhost' to database 'gastroe2_miweb' gastroenterologia.sochipe.cl http://www.gastroenterologia.sochipe.cl/ RSS de CORAFIS es-cl soporte@cibos.net (CORAFIS) soporte@cibos.net (CORAFIS) http://www.gastroenterologia.sochipe.cl/rss/index.php

No se puede ejecutar la consulta

	SELECT
        n.id_categoria,IFNULL(c.nombre,''),n.id, date_format(fechor,'%a %e de %b  de %Y')as fecha 
		,DATE_FORMAT(fechor, '%a, %d %b %Y 12:00:00 GMT') AS fecha_escrita,
        epigrafe, titulo, n.titulo_url, bajada, contenido, 
        foto_nombre, foto2_nombre, texto_foto, texto_foto2, 
        documento_nombre, documento2_nombre,
        link, link2, link3, link_texto, link2_texto, 
        link3_texto, id_portafolio, id_portafolio2, id_portafolio3, portafolio_texto, 
        c.foto1, c.titulo_url AS titulo_url_categoria
        FROM
		  	 mw_noticias2 AS n,mw_noticias2_categoria AS c
	WHERE fechor <= NOW(NULL) AND 
	n.id_categoria = c.id AND n.id_categoria!=0
	ORDER BY fechor DESC LIMIT 0 ,5

Error MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NULL) AND n.id_categoria = c.id AND n.id_categoria!=0 ORDER BY fechor DESC LI' at line 12