It means that the username column in the registration table has been set up as UNIQUE (so duplicates aren't allowed and the database will error, although the code is very poorly written if you are seeing that error), and that the username you were trying to use already exists. You'd need to use a different username. If it's your site, the registration code needs to be fixed.