我是靠谱客的博主 纯真橘子,这篇文章主要介绍dba.configureInstance:This function is not available through a session to an instance,现在分享给大家,希望可以做个参考。

报错信息dba.configureInstance:This function is not available through a session to an instance belonging to an unmanaged asynchronous replication topology

输入命令后dba.configureInstance('root@localhost:3306');报错(用127.0.0.1也一样):

Dba.configureInstance: This function is not available through a session to an instance belonging to an unmanaged asynchronous replication topology (RuntimeError)

换成如下命令即可:

dba.configureInstance('root@192.168.31.101:3306');

最后

以上就是纯真橘子最近收集整理的关于dba.configureInstance:This function is not available through a session to an instance的全部内容,更多相关dba.configureInstance:This内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(62)

评论列表共有 0 条评论

立即
投稿
返回
顶部