I am using mysql5.7.
We have a table which uses int field as primary key. We hit a max limit of int and not able to store new entries.
What is the fastest and safe way to resolve this problem?
TIA.
We have a table which uses int field as primary key. We hit a max limit of int and not able to store new entries.
What is the fastest and safe way to resolve this problem?
TIA.