
Originally Posted by
cranial-bore
Sorry I can't see anything wrong with your syntax. I tried redoing most of what you have done and it worked fine (though I didn't match the table structure exactly it was close).
**EDIT - I see you already answered this***
So if you just go select * from user you can see the record in the table ?
What if you try select * from user where userid='xxxx' ?
I now think the problem might be that you made a mistake typing the original insert query.
When I insert password('xxxx'); the hashed result is 5a62d73531da5605 which doesn't match what you have.
Bookmarks