MySQL restore prompt "The table ' TABLENAME ' is full"

Source: Internet
Author: User

Solution: Show create table TABLENAME; Know engine type is memory;

VIM/ETC/MYSQL/MY.CF Add/Modify two lines under [mysqld] (if not, you can increase the value):

Tmp_table_size = 256M

Max_heap_table_size = 256M

Service MySQL Restart


Reason: Because the engine type of the table is memory, there is max_heap_table_size limit in MySQL memory engine, the data is a little more full.


Reference: http://www.cnblogs.com/ccdc/p/4119465.html

http://blog.csdn.net/kevon_sun/article/details/7967728


This article is from the "linuxtips" blog, make sure to keep this source http://linuxtips.blog.51cto.com/11213600/1773930

MySQL restore prompt "The table ' TABLENAME ' is full"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.