I have a project where I have two MySQL databases. They are completly separated. They are on two different servers. There is no way to use just one.
Is it possible to connect them both together that I could use e.g. LEFTJOIN? Or do I have to split it in two separate queries and compare them by myself?