[ERROR] mysqld: Table ''./brightmail/xxxxxxxx'' is marked as crashed and should be repaired logged during upgrade to SMG 10.7 and 10.8
search cancel

[ERROR] mysqld: Table ''./brightmail/xxxxxxxx'' is marked as crashed and should be repaired logged during upgrade to SMG 10.7 and 10.8

book

Article ID: 174511

calendar_today

Updated On:

Products

Messaging Gateway

Issue/Introduction

Following the update to Messaging Gateway (SMG) 10.7, the database error logs show a number of errors indicating that database tables have been marked as crashed and should be repaired but the SMG control center and scanning appear to be working as expected.

190417 19:27:02 [ERROR] mysqld: Table './brightmail/report_smtp_connection' is marked as crashed and should be repaired
190417 19:27:02 [Warning] Checking table:  './brightmail/report_smtp_connection'
190417 19:27:02 [ERROR] mysqld: Table './brightmail/settings_domain' is marked as crashed and should be repaired
190417 19:27:02 [Warning] Checking table:   './brightmail/settings_domain'
190417 19:27:03 [ERROR] mysqld: Table './brightmail/settings_container' is marked as crashed and should be repaired
...
190418  1:00:50 [Warning] Checking table: './brightmail/status_user_pref'
190418  1:00:50 [ERROR] mysqld: Table './brightmail/settings_alert_notification' is marked as crashed and should be repaired
190418  1:00:50 [Warning] Checking table: './brightmail/settings_alert_notification'
190418  1:00:50 [ERROR] mysqld: Table './brightmail/status' is marked as crashed and should be repaired
190418  1:00:50 [Warning] Checking table: './brightmail/status'

Cause


 

Resolution

These are spurious error messages and can be safely ignored.

If there is concern that these may represent an actual database issue, the database integrity can be confirmed by running the cc-config database --repair command from the admin command line.

Please see How to check and repair the database in Messaging Gateway for more details