mysql> create table fb (id int , msg char(2)) -> engine=federated -> connection='mysql://root@localhost:3306/t1/t';