I have two MySQL databases in 2 different hosts.
I would like to from MySQL A table 1 to connect and retrieve data from MySQL B table 2.
I do not know which one should set up privilege in order to connecting both each other.
I keep receiving:
SELECT command denied to user 'MySQL A'@'localhost' for table 'MySQL B table 2'