PDA

View Full Version : I made the password unique by mistake. how do i fix this?


Trusten
07-28-2002, 10:12 AM
I was trying to make the email address unique.

how do i fix making the password unique.

I don't see how.

ALTER TABLE `users` ADD UNIQUE(`password`)


that's what it says.

Phip
07-28-2002, 10:28 AM
ALTER TABLE users DROP INDEX password

Trusten
07-28-2002, 10:28 AM
s'what i thought.

THANK YOU!

Phip
07-28-2002, 10:39 AM
:thumbsup: