I have a problem here.
I have 3 databases that sit ont he same server, I can access the databases seperatly find but what I need to do is access all 3 at the same time. All 3 databases have the same schema. Is it possible to do this? Here is my setup:
my mysql username can access all databases but not together
My 3 databases: wcmporg_db , alife_db and puritan_db
Here was my thought process on this but it doesnt work
"SELECT * FROM puritan_db.main,wcmporg_db.main,alife_db.main ORDER by main.burial_date desc limit $offset,$limit"
Any help would be appreciated