MySQL Forums
Forum List  »  InnoDB clusters

Re: Discrepancy between mysqlsh and performance_schema with 8.0.11
Posted by: Grant Gavares
Date: May 15, 2018 05:01PM

More investigation:

dba.getCluster().describe() shows that only mysql-1 and mysql-3 are included in the defaultReplicationSet.

When I run:

dba.getCluster().addInstance('mysql-2.local:3306')

to add the host, I get the following error:


Please provide the password for 'root@mysql-2.local:3306': ***********
Adding instance to the cluster ...

Validating instance at mysql-2.local:3306...

This instance reports its own address as mysql-2.local
Cluster.addInstance: mysqlprovision not found. Please verify that mysqlsh is installed correctly. (RuntimeError)


I can't seem to find anything related to this error online.

I'm using mysql/mysql-server:8.0.11 docker image from dockerhub.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Discrepancy between mysqlsh and performance_schema with 8.0.11
662
May 15, 2018 05:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.