April 2010
Intermediate to advanced
276 pages
6h 16m
English
In this recipe, we will cover some of the common things to check in the case of a problem with a MySQL Cluster.
Prior to attempting to debug a problem, it is advisable to take some time to write down exactly what is wrong. In particular,
With this information, it is likely that you will be able to find the solution with a methodical approach rather than to look for the problem directly.
Often, the problem is an error message. So the first step is to check the following places for error logs:
stdout—when you start management or storage nodes (this is printed to the console)/var/lib/mysql-cluster/ndb_<nodeid>_out.log ...Read now
Unlock full access