- Joined
- May 12, 2003
- Messages
- 904
- Reaction score
- 52
When making a account add your account to users too..
Insert Into account
(id,creatime,name,passwd,usertype)
Values
(1,'1998.01.01','master',0xa15b019f7ab9ba0e01482577acb76e90,'1')
insert into users
(id, birthday, name, prompt, answer, idnumber, email,gender,passwd2)
Values
(1, '1998/01/01', 'master', 123123, 123123, 123123, '[email protected]', 1, 0xa15b019f7ab9ba0e01482577acb76e90)
Insert Into account
(id,creatime,name,passwd,usertype)
Values
(1,'1998.01.01','master',0xa15b019f7ab9ba0e01482577acb76e90,'1')
insert into users
(id, birthday, name, prompt, answer, idnumber, email,gender,passwd2)
Values
(1, '1998/01/01', 'master', 123123, 123123, 123123, '[email protected]', 1, 0xa15b019f7ab9ba0e01482577acb76e90)