Seems like a trivial question, but just doesnt work for me. I need to get data from db A (news) and check it against db B (news-backup). They are located in same place, and dont need authenticating (i think at least). It gives me an error 1146, table "news.news" doesnt exist.
when I try to access on DB with the 2nd
SELECT B.`comment`
FROM news A, `news-backup`.`data` B
WHERE B.source = A.rss_atom.id and B.feed = "rss-atom"
rss_atom
and data
are tables