Mysql集群 遇到的问题

1. Forced node shutdown completed. Occured during startphase 0. Initiated by signal 9

解决方法:检查config.ini配置文件中的配置项是否正确。我当时是DataMemory配置过大。导致这个错误出现

2. failed: 1297 Got temporary error 410 'REDO log files loaded ( decrease TimeBetweeLocalCheckpoints or increase NoOfFragmentLogFIles )' from NDBCluster

解决方法:降低TimeBetweeLocalCheckpoints 或者增大NoOfFragmentLogFIles。建议同时进行!

你可能感兴趣的:(Mysql技术)