Cannot Create more than 6 or 8 tables (3 replies)
Hi there , I am using an NDB cluster with 2 data nodes and 2 SQL nodes. When attempting to create more than 6 tables I get an error message "Cannot create table "name". When attempting to create a...
View ArticleMySQL NDB Cluster Backup/Restore Challenge (no replies)
https://mysqlhighavailability.com/mysql-ndb-cluster-backup-restore-challenge/
View ArticleMySQL NDB Cluster: Table Partitioning And What’s New (Part II) (no replies)
https://clustertesting.blogspot.com/2021/03/table-partitioning-in-mysql-ndb-cluster_10.html
View ArticleMySQL NDB Cluster: Table partitioning and what’s new (Part III) (no replies)
MySQL NDB Cluster: Table partitioning and what’s new (Part III) https://clustertesting.blogspot.com/2021/03/table-partitioning-in-mysql-ndb-cluster_19.html
View ArticleNDB CLUSTER ERROR 1005: Can't create destination table for copying alter...
we use mysql8.0.22-cluster,NDBCLUSTER engine, when I try to add a new column to a table, I got the error of "ERROR 1005: Can't create destination table for copying alter table", and I have updated the...
View ArticleMySQL NDB Cluster: Table Partitioning And What’s New (Part IV) (no replies)
https://clustertesting.blogspot.com/2021/04/table-partitioning-in-mysql-ndb-cluster.html
View ArticleMySQL NDB Cluster: Installation Through Docker (no replies)
https://clustertesting.blogspot.com/2021/04/mysql-ndb-cluster-installation-through.html
View Articlehelp translating ndb table IDs to schema and table (no replies)
Hi, Does anyone know how I can translate a table ID in ndb_1_cluster.log or for that matter in ndbinfo.table_info into a table name, i.e. to tie it to a row in information_schema.tables? Thank you, Pete
View ArticleSetup DR for your MySQL InnoDB Cluster (no replies)
https://lefred.be/content/setup-dr-for-your-mysql-innodb-cluster/
View ArticleMySQL NDB Cluster: Using Windows Functions in TPC-H (no replies)
http://mikaelronstrom.blogspot.com/2020/10/using-windows-functions-in-tpc-h-with.html
View ArticleCan't create table (1 reply)
I would like to create a table on a ndbcluster but i keep getting errors: My SQL: mysql> CREATE TABLE IF NOT EXISTS `blocks2` ( -> `id` bigint(20) NOT NULL AUTO_INCREMENT, -> `hash`...
View Articlendb cluster crash (1 reply)
please look at the log. What caused the cluster crash? thanks cluster logs 021-04-15 12:14:28 [MgmtSrvr] INFO -- Node 10: Local checkpoint 365 started. Keep GCI = 623677 oldest restorable GCI = 623680...
View Articlemysqldump data recovery error (no replies)
"hello everyone" "I'm going to import the data of mysql-cluster-8.0.23-linux-glibc2.12 into mysql-cluster-gpl-7.4.4-linux-glibc2.5, but it will terminate with an error in the middle of the import" "My...
View ArticleGot error 65535 'Unknown error code' from NDBCLUSTER (no replies)
Hello : I am asking for help with a question. version:MySQL Cluster Management Server mysql-5.7.30 ndb-7.6.14 In my development, I use stored procedures to implement logic (INSERT DATA FROM NDB-TABLE...
View ArticleMySQL NDB Cluster: How to do online configuration changes (Part I) (no replies)
https://clustertesting.blogspot.com/2021/04/how-to-do-online-configuration-changes.html
View ArticleAnnouncing MySQL Cluster 8.0.24, 7.6.18, 7.5.22, 7.4.32, and 7.3.33 (no replies)
https://mysqlrelease.com/2021/04/announcing-mysql-cluster-8-0-24-7-6-18-7-5-22-7-4-32-and-7-3-33/
View ArticleMySQL NDB Cluster with Connector/Python (no replies)
https://clustertesting.blogspot.com/2021/04/accessing-mysql-ndb-cluster-database.html
View Articlendb crash (no replies)
ndb_11_out.log stack_bottom = 0 thread_stack 0x0 /usr/local/bin/ndbd(my_print_stacktrace(unsigned char const*, unsigned long)+0x2e) [0x89128e] /usr/local/bin/ndbd(ndb_print_stacktrace()+0x45)...
View Articlemissing row form select for update (no replies)
Hello, I observed unexpected behavior while using "Select for Update" in the case of a NDB cluster. Versions are: mysql-5.7.26 and ndb-7.6.10 Topology is 4 ndbd(NDB) nodes, 4 mysqld(API) nodes, 2...
View ArticleMySQL NDB Cluster: Replication Topologies (Part – I) (no replies)
https://clustertesting.blogspot.com/2021/05/mysql-ndb-cluster-replication.html https://clustertesting.blogspot.com/2021/05/mysql-ndb-cluster-replication_18.html
View Article