在 MySQL 中创建沙箱实例时出现 deploySandboxInstance() 错误

deploySandboxInstance() error while creating a sandbox instance in MySQL

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

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

报错信息很明确:无效的对象成员deploySanboxInstance (AttributeError)

该函数名为“deploySandboxInstance”。

请注意,沙箱适合生产环境,应仅用于测试目的。

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

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