MySQL Forums
Forum List  »  Security

validatye_password plugin crash on 5.6.17 windows version
Posted by: frederic eveilleau
Date: May 12, 2014 06:22AM

Hi,

I use 5.6.17 on windows 2008R2 SP1, 64 bits with validate_password plugin.
Process mysqld.exe fault and crash when i try to change password :
UPDATE mysql.user SET Password = PASSWORD(@MDP) WHERE User = 'root';

On Application windows Logs :
"Faulting application path: D:\MySQL\MQL56\bin\mysqld.exe
Faulting module path: D:\MySQL\MQL56\bin\mysqld.exe"

Update password work when i disable validate_password plugin.
#plugin-load=validate_password.dll
#validate_password_dictionary_file=D:/MySQL/admin/generic/forbidden_password.txt
#validate_password_mixed_case_count=1
#validate_password_special_char_count=1
#validate_password_number_count=1
#validate_password_length=10
#validate_password_policy=strong

The plugin_library_version is 1.4.

How to use password validation with 5.6.17 version ?

Regards,
Fred

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.