Questions tagged [mysql-innodb-cluster]
51 questions
0
votes
2 answers
Innodb Cluster upgradeMetadata on broken cluster
We have a cluster of 3 nodes, 2 of them are offline (missing) and I cannot get them to rejoin the cluster automatically only the master is Online.
Usually, you can use innodb admin:
var cluster = dba.getCluster();
but I cannot use the cluster…

Watson
- 1,385
- 1
- 15
- 36
0
votes
1 answer
Why undo log entries in MySQL innodb buffer pool (MySQL 5.7)
Long transactions generate several old versions of the rows in the undo log which are stored in ibdata file.Is there any possibility that undo log entries are also stored in the innodb buffer pool.

Saikumar A
- 213
- 1
- 2
- 12
0
votes
1 answer
ERROR MY-011542 Repl Plugin group_replication reported: 'Table repl_test does not have any PRIMARY KEY
I installed an InnoDB Cluster recently and trying to create a table without any primary key or equivalent to test the cluster index concept where "InnoDB internally generates a hidden clustered index named GEN_CLUST_INDEX on a synthetic column…

Ram Dittakavi
- 63
- 1
- 1
- 9
0
votes
1 answer
AWS DMS can not use SSL required mode with MySQL
I tried to use AWS DMS to migrate MySQL innodb cluster on another cloud provide to AWS. I uploaded self signed CA.pem generated by MySQL it doesn't work.
AWSDatabaseMigrationService: CA Certificate validation error
DMS SSL mode doesn't have…

Yen
- 597
- 1
- 5
- 14
0
votes
1 answer
MySQL - Ubuntu- MySQL InnoDB Cluster service (or) daemon name
MySQL - In Ubuntu OS, What is the service (or) daemon name which is used by the MySQL Innodb Cluster to replicate the Data?

Rajesh
- 45
- 4
-1
votes
1 answer
Innodb mysql 5.7 cluster wont join after reboot
I get the following when I try to recover the cluster from a complete outage. Can anyone advise what's going on
cluster = dba.rebootClusterFromCompleteOutage()
Dba.rebootClusterFromCompleteOutage: Invalid value for localAddress,
string value cannot…

Dino Daniel
- 569
- 1
- 4
- 6