Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MySQL Table Full Errors-NDB

User_QMARTJun 15 2017 — edited Jun 18 2017

Hi All,

Im receiving the below errors in my mysql error log.

2017-06-14 21:05:46 30549 [ERROR] /usr/local/mysql/bin/mysqld: The table 'dashboard' is full

And my mysql cluster gives the below. Please let me know how to eliminate these errors related to table full are resolved.

[root@ics106019229 mysql-cluster]# ndb_mgm -e "all report memoryusage"

Connected to Management Server at: localhost:1186

Node 2: Data usage is 95%(2447 32K pages of total 2560)

Node 2: Index usage is 8%(203 8K pages of total 2336)

Node 3: Data usage is 95%(2448 32K pages of total 2560)

Node 3: Index usage is 8%(203 8K pages of total 2336)

Regards,

Vishnu.

Comments
Post Details
Added on Jun 15 2017
3 comments
385 views