mysql> create table fb (id int , msg char(2)) -> engine=federated -> connection='mysql://root@localhost:3306/t1/t';
本文共 172 字,大约阅读时间需要 1 分钟。
mysql> create table fb (id int , msg char(2)) -> engine=federated -> connection='mysql://root@localhost:3306/t1/t';
转载于:https://www.cnblogs.com/mjorcen/p/4060455.html