Hi,
I need some help with migrating accounts. I have two separate servers, each with its own authentication system, and I decided to merge them. However, when I try to migrate the accounts, nothing happens.
Here’s what I tried so far:
- I first migrated the accounts to an empty MySQL database.
- Then, I attempted to export from that empty database and import into the new one.
During this process, I noticed that different players end up having the same hash codes. MySQL returned the following error:
#1062 - Duplicate entry '017a4a21-46e4-384a-b2fc-09ed12a94a15' for key 'PRIMARY'
I also set new-uuid-creator=RANDOM, but it didn’t resolve the issue. I understand that this setting only affects newly created users, not existing ones during migration.
Hi,
I need some help with migrating accounts. I have two separate servers, each with its own authentication system, and I decided to merge them. However, when I try to migrate the accounts, nothing happens.
Here’s what I tried so far:
During this process, I noticed that different players end up having the same hash codes. MySQL returned the following error:
#1062 - Duplicate entry '017a4a21-46e4-384a-b2fc-09ed12a94a15' for key 'PRIMARY'I also set new-uuid-creator=RANDOM, but it didn’t resolve the issue. I understand that this setting only affects newly created users, not existing ones during migration.