Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show federated connections stored in MySQL database

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

like image 520
Dan Delay Avatar asked Jan 16 '26 21:01

Dan Delay


1 Answers

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

SELECT * FROM mysql.servers;
like image 65
Bernd Buffen Avatar answered Jan 19 '26 20:01

Bernd Buffen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!