failure when starting the MYSQL node.
Node Status Starting from ssg Menu and then message "Node start failed due 'default could not be started: Node couldn't be started last time it as attempted; the PC will retry soon'.
The MYSQLDB service of the API was restarted but it has not worked.
Release : 10.0
file that exceeded the size limit (mysql-bin.index)
The size limit established in the my.cnf was adjusted with the below steps
1. Save a backup of the file a my.cnf.
2. Modify the original file
innodb_data_file_path=ibdata:100M:autoextend:max:122880M
3. restart mysql service with the command :,
service mysqld restart