当前位置:百科知识 > 知到宏观经济学答案

问题描述:

[多选] You want to create a temporary table named OLD_INVENTORY in the OLD_INVENTORY database on the master server. This table is not to be replicated to the slave server.()要在主服务器上的OLD_INVENTORY数据库中创建一个名为OLD_INVENTORY的临时表。此表不会复制到从属服务器。Which two changes would ensure that the temporary table does not propagate to the slave?哪两个更改可以确保临时表不会传播到从属表?
A.Use the – replicate-do-db, -- replicate-do-table, or – replicate-wild-do-table option with the value equal to OLD_INVENTORY. B.Change the binlog_format option to ROW and restart mysqld before you create the OLD_INVENTORY table. 在创建OLD_INVENTORY表之前,将binlog_format选项更改为ROW并重新启动mysqld。 C.Stop SQL_THREAD on the slave until you have finished using the OLD_INVENTORY temporary table. D.Set binlog_format=MIXED with the – replicate-ignore-temp-table option. E.Use the – replicate-ignore-table option with the value equal to OLD_INENTORY.OLD_INVENTORY and restart mysqld before creating the temporary table.
参考答案:查看
答案解析:
☆收藏

随机题目