联合表的连接字符串存储在mysql中的什么位置? [英] Where is connection string of federated table stored in mysql?

查看:29
本文介绍了联合表的连接字符串存储在mysql中的什么位置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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.

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

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

推荐答案

它要么在表定义(SHOW CREATE TABLE {tablename})中,要么在 mysql.servers 表(SHOW服务器).

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

ref: 如何创建联合表

这篇关于联合表的连接字符串存储在mysql中的什么位置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆