Displaying 1 result from an estimated 1 matches for "a9644d0fa597f536f0eb6acbe4620f80".
2005 Apr 10
0
Trouble adding users with pdbedit
...The mysql bin log shows the following insert statement:
INSERT INTO user
(acct_ctrl,pass_can_change_time,pass_must_change_time,pass_last_set_time,nt_
fullname,lm_pw,nt_pw) VALUES (16,1113136610,2147483647,1113136610,'<users
name>','E09E6C9F44E849D6AAD3B435B51404EE','A9644D0FA597F536F0EB6ACBE4620F80'
);
SET TIMESTAMP=1113136617;
So the insert statement is obviously missing some of fields...
Am I doing something wrong and/or how can i fix this?
Thanks in advance.
~Anders