Where is connection string of federated table stored in mysql?

你离开我真会死。 提交于 2021-01-29 05:26:50

问题


I have many federated tables in my mysql database. I can see the connection string when I open the table structure in dbforge. But i am not able to find where it is stored in mysql.

I checked Information_schema tables and only found the table structures without the connection string


回答1:


Its either in the table defination (SHOW CREATE TABLE {tablename}), or the mysql.servers table (SHOW SERVERS).

ref: how to create federated tables



来源:https://stackoverflow.com/questions/55968975/where-is-connection-string-of-federated-table-stored-in-mysql

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!