How to change primary key values in MySQL?
To change values of existing integer field (`table` is the table name, and "id" is the column name), you may use the following update SQL command: