Problem with SET types with cluster (2 replies)
This is my table: CREATE TABLE `PULL_promotionOutput` ( `id_promotion` mediumint(8) NOT NULL AUTO_INCREMENT, `promotionName` varchar(70) NOT NULL, `promotionType`...
View ArticleSQL node is running but not connected to cluster (1 reply)
Hi All, I have implemented mysql cluster with configuration(1 management node, 4 data node, and 2 sql nodes).I stuck with a problem where my sql node is running but showing not connected on management...
View ArticleERROR 1297 (HY000): Got temporary error 4010 'Node failure caused abort of...
Hi. I want to delete about 200.000 rows and got this errors: mysql> delete FROM sent WHERE data < now() - interval '60' day; ERROR 1297 (HY000): Got temporary error 4010 'Node failure caused...
View ArticleForced node shutdown completed. Occured during startphase 5. Caused by error...
Hi. We have a problem with one of our nodes: In node log: Message: System error, node killed during node restart by other node (Internal error, programming error or missing error message, please...
View ArticleMySQL cluster Backup - unpredictable backup sizes (5 replies)
Hi All, I am hoping someone can help me shed some light on the online backup process of a 2-node mysql cluster. I have a functioning 2-node cluster serving a db worth of approx 3gig of data. I noticed...
View ArticleLogs for mysqld not appearing (4 replies)
I have a very simple cluster of two data nodes, a management node and all three running mysqld. I am getting logs for the data nodes, but none from the MySQL nodes. I looked in the DataDir that I...
View ArticleHow To install CMS or Apps on Cluster (6 replies)
Hello, I am checking out MySQL Cluster functions on 5 VM Redhat servers. I configured a cluster with 1 mgmt, 2 API and 2 Data nodes. Now I try to install wordpress with the help of an API server on...
View ArticleMysql Cluster - Solaris with load balancer (no replies)
Hi everybody, I have 3 cluster with 5 nodes working: 10.10.10.32 - ndbd and sql node 10.10.10.33 - ndbd and sql node 10.10.10.34 - ndb_mgmd I want to make a load balancer in solaris for the two...
View ArticleMySQL Cluster / Apache 2server setup - is 2 servers enough? (3 replies)
Hi everybody, I'm investigating the replacement of an Apache/MySQL server due to old age and am looking into the possibility of adding some redundancy. My idea is to use 2 virtual(VMWare) servers with...
View Articlendb_restore command (2 replies)
Hi, I did Cluster database backup using 'ndb_mgm -e "START BACKUP"'. I can see the following backup files: [root@adg1 BACKUP-1]# ls -l /root/BACKUP/BACKUP-1/ total 72 -rw-r--r-- 1 root root 51228 Nov...
View ArticleError restoring hot backup with ndb_restore. HELP (2 replies)
Hi all, I'm having problems restoring a backup with ndb_restore command. config.ini ----------------------------------- # Mgm Nodes [MGM DEFAULT] PortNumber: 1186 DataDir: /usr/local/mysql/data #...
View ArticleMySql Cluster 7 installation and configuration in Solaris 10 w/zones...
Hi All, I had some difficult in create a cluster of MySql in solaris 10 (zones). Now that I put it to work, I am sharing this “how to”. (I hope that this can help someone)...
View ArticleMySQL Cluster Data Nodes Problem (2 replies)
My Cluster set up is: 2 data nodes of 2 different servers Mgmt node and SQL node are on the same server. I followed the instructions and even the config files from the MySQL web site. Output from SHOW...
View ArticleEvaluating the New Push Down JOINs project in MySQL Cluster (no replies)
Hello Cluster Forum The MySQL Cluster development team recently presented their current work on the Push Down Joins (aka SPJ) project in a webinar recorded 10 days ago The replay is now available...
View ArticlePlease Help!! API won't connect! (4 replies)
2 node cluster, Node1: 10.10.10.101, NDB, MYSQLD Node2: 10.10.10.102, NDB_MGMD, NDB, MYSQLD Configs created with the scripts at severalnines.com (Recommended in many MySQL how-to's) #### my.cnf #####...
View Articlendbmtd stops logging (!?!?!) (1 reply)
I'm running a 7.1.8 cluster (2 SQL/MGMT nodes, 2 NDB nodes) on Ubuntu 10.04.1 (64-bit). I've found that the ndbmtd on each NDB node stops logging after some time. [I'm referring to the "ndb_x_out.log"...
View ArticleDROP database does not propagate after mysqld restore (1 reply)
I use MySQL Cluster 7.1.8 on CentOS 5.5 in configuration with two ndbd, two mysqld and two ndb_mgmd daemons and faced with following problem. I have create database (testdb1) when all daemons are...
View ArticleGot error 4350 'Transaction already aborted' from NDBCLUSTER (1 reply)
Greetings forum, I am using mysql cluster 7.1.5-1 and i am getting the following error : Warning(29): Got error 4350 'Transaction already aborted' from NDBCLUSTER The query that recreates the above...
View ArticleJpaCLuster -> message Invalid schema object version (4 replies)
Hi, Trying to runa simple example on JpaCLuster. I keep getting this but I dont understand why? Persistence.xml: <persistence-unit name="BM" transaction-type="JTA"> <provider>...
View ArticleModify file config.ini (3 replies)
Hi, can I change the config.ini file, and change the value of such DataMemory, and what procedure should I run for the changes to be updated on the cluster. Environment: Mysql cluster 7.1.8 1...
View Article