I have 2 databases on the two different servers. I am using MySQL
Server 1 has the Database: LookupDB Server 2 has the Database: TranscationDB
Now, I want to create one stored procedure in TranscationDB
which needs some data from LookupDB
.
How can I achieve this?
Thanks.