federated table 的连接字符串存储在 mysql 中的什么位置?

Where is connection string of federated table stored in mysql?

我的 mysql 数据库中有许多联合 table。当我在 dbforge 中打开 table 结构时,我可以看到连接字符串。但是我无法找到它在 mysql 中的存储位置。

我检查了 Information_schema tables,只找到 table 没有连接字符串的结构

它要么在 table 定义中 (SHOW CREATE TABLE {tablename}),要么在 mysql.servers table (SHOW SERVERS) 中。

参考:how to create federated tables