About 377,000 results
Open links in new tab
  1. MySQL Forums

    Sep 17, 2021 · Hi Rait It looks like you only have two API (mysqld) nodes defined in cluster and they are both in use (maybe by two mysqld). One also need to have a few API nodes defined …

  2. MySQL Cluster SQL Node not synchronizing - Database …

    It should sync with the old cluster databases meaning the dropped database when the SQL Node 4 was offline should be removed from the cluster and should not show up on SQL Node 4.

  3. Problem with Master/Slave data nodes in MySQL cluster

    Mar 9, 2010 · A database is created via node 4 (MYSQL Server node) with bles using the ndbcluster engine. Node 5 can view the new database that is created but we don't know for …

  4. mysql - Is Innodb Cluster synchronous? - Database Administrators …

    Aug 25, 2023 · InnoDB Cluster uses Group Replication, which is essentially . It's synchronous up to the point where the binlogs are sent to the secondary instances. After that, by default, the …

  5. MySQL :: MySQL Forums :: InnoDB clusters

    Aug 24, 2023 · Is there a way to have a node in the InnoDB cluster only as an "arbiter/quorum" without any data? It would only participate in the cluster for voting purposes.

  6. replication - Multi-Master Multi-Region MySQL Cluster - Database ...

    I understand that in most cases this is a big problem in MySQL clusters when it comes to two servers modifying the same record. However, in my application this is actually impossible; a …

  7. MySQL :: Failed when adding instance to innodb cluster

    Dec 28, 2022 · The safest and most convenient way to provision a new instance is through automatic clone provisioning, which will completely overwrite the state of …

  8. mysql cluster - Difference between SQL node and Data Node

    Sep 26, 2014 · In a MySQL cluster, there are several different types of nodes: Management Node, SQL Node, Data Node, API Node, What are the differences between the latter three …

  9. MySQL :: Armv7h - compilation error (mysql-cluster 7.3.8)

    Feb 18, 2015 · Posted by: [email protected] [email protected] Date: February 18, 2015 12:25PM

  10. Is it possible to quickly create/restore database snapshots with ...

    16 Use Stellar, it's like for databases: Stellar allows you to quickly restore database when you are e.g. writing database migrations, switching branches or messing with SQL. PostgreSQL and …