MySQL Forums
Forum List  »  General

Re: What table in "mysql" or "information_schema" db is used to store the cluster informations?
Posted by: Frederic Descamps
Date: December 11, 2019 11:09AM

Hi Jan,
In recent version the tables you are looking for are :

* performance_schema.replication_connection_configuration
* mysql.slave_worker_info

In MySQL InnoDB Cluster, you have also the metadata with all the data related to the cluster.

Regards.

Options: ReplyQuote




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.