I constrained the user id, user email address & user name columns in mysql database to have unique values. However, when I added an account with a particular email address & later on deleted it. I have failed to edit/add another account with the same email address that I had used before, even if the account to which it was assigned was deleted.
I keep getting an error of 'Integrity constraint violation: 1062 Duplicate entry ... for key ....'
I have also tried to remove the constraint, but thereafter data is still not updated & I don't receive any error.
Any assistance?