0

我们正在 Mysql 中执行 HA InnoDb。为此,我们需要 3 个实例来执行故障转移。在 msql-js 中运行此查询时,我们收到无效对象成员的错误。

查询 - dba.deploySandboxInstance(3310); 错误 - 无效的对象成员 deploySanboxInstance (AttributeError)

4

1 回答 1

0

错误信息很清楚:无效的对象成员 deploySanboxInstance (AttributeError)

该函数名为“deploySandboxInstance”。

请注意,沙盒不适用于生产环境,只能用于测试目的。

请阅读用户指南,因为它包含您要查找的所有信息:

https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster-userguide.html

于 2020-07-13T21:22:40.767 回答