Hello everyone,
I created a mysql cluster node following exactly the steps given in this post :
http://www.davz.net/static/howto/mysqlcluster
I have used the same mysql-max-5.0.15 package mentioned in post.
Now when i used mysqldump to push data into my client server , i get the following error :
C:\mysql\bin>mysql.exe -uroot -pyagna -h 192.168.1.107 34a < 34.sql
ERROR 1114 (HY000) at line 710: The table 'configurator_data' is full
The above issue i understand from mysql forum, has been fixed in subsequent releases. However i cannot find ndb* files in any later release of mysql community server.
Can someone please tell me which mysql package i should use to deploy a mysql cluster.
Thanks in advance.