Riccardo Veraldi wrote:
> hello,
> when I try to cahnge a user password with  changePassword.php  
> maintenance program,
> password is correctly changed and user can logon.
> 
> but if I restart mysql daemon, user cannot logon anymore, because 
> passsword does not work.
> 
> Looks like password is stored only untli mysql is restarted
> 
> the sames also happens changing password manually inside the user table 
> in the wiki database
> any clue ?
> 
> thanks
> 
> Rick

Is other data stored in mysql kept on restart?
This looks like mysql unable to save things to disk and keeping it in
memory until it stops.
Maybe its file is being replaced and the changes are written to a
deleted inode?


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to