2

I am feeling little bit stupid about this topic so I have to ask.

I am using Federated engine to be able to retrieve data from another database via CREATE SERVER instead of using CONNECTION

Works like a charm but... how can I retrieve the servers I created?

Thanks in advance

Dan Delay
  • 102
  • 2
  • 12

1 Answers1

9

you can look in table servers at schema mysql like this:

SELECT * FROM mysql.servers;
avisheks
  • 1,178
  • 10
  • 27
Bernd Buffen
  • 14,525
  • 2
  • 24
  • 39