How to solve mysql modification

Source: Internet
Author: User
About how mysql modifies ALTERTABLEpre_forum_attachmentCHANGE 'aid ''aid 'mediumint (8) unsignedNOTNULLAUTO_INCREMENT, the error message is # 1264-Outofrangevalue about mysql modification.
Alter table pre_forum_attachment CHANGE 'aid ''' mediumint (8) unsigned not null AUTO_INCREMENT
The error is #1264-Out of range value adjusted for column 'aid 'at row 3.


------ Solution --------------------
Bigint
Integer data from-2 ^ 63 (-9223372036854775808) to 2 ^ 63-1 (9223372036854775807) (all numbers ). The storage size is 8 bytes.

Mediumint
The signed range is-8388608 to 8388607, the unsigned range is 0 to 16777215, and 3 bytes are used.
The unsigned range is 0 to 16777215.

Because the storage range of mediumint is much smaller than that of bigint, it will inevitably cause overflow.
The primary key must be unique.
------ Solution --------------------
The boss explained it clearly. In fact, your English prompt is also very clear.

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.