Not saving data

Josue3 years ago

Hi. I have a problem with my server, the mysql id reached 2147483647 and it is no longer saving any more information. That should be?

Anton Tananaev3 years ago

Probably id column size limit. Just increase it.

Josue3 years ago

Thanks you, I'm going to change that value.

Josue3 years ago

Increase the size to 255 even so it said the maximum limit is 2147483647

Josue3 years ago

the maximum number when it is int, is = 2,147,483,647
I will change it to bigint which reaches = 9,223,372,036,854,775,807