Warning: mysql_connect(): The server requested authentication method unknown to the client [mysql_old_password] in /home/afukuoka/www/2/includes/BancoDeDados.php on line 6
Warning: mysql_connect(): The server requested authentication method unknown to the client in /home/afukuoka/www/2/includes/BancoDeDados.php on line 6 Associação FUKUOKA - Instituto - Curitiba / PR
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/afukuoka/www/2/includes/BancoDeDados.php on line 30
Erro!
# 2054 - The server requested authentication method unknown to the client
SELECT
tb1.*,
tbpilhas_categorias.*
FROM
(SELECT * FROM tbpilhas ORDER BY data DESC) as tb1
INNER JOIN tbpilhas_categorias ON (tb1.id_categoria = tbpilhas_categorias.id_categoria)
WHERE
tb1.imagem NOT LIKE ''
GROUP BY
tb1.data DESC
ORDER BY
tb1.data DESC
LIMIT 60;