MySQL Forums
Forum List  »  Security

5.6.19 instance crash when you change password with validate_password plug-in on windows
Posted by: frederic eveilleau
Date: July 01, 2014 03:51AM

Hi,

I use 5.6.19 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.19 version ?

Regards,
Fred

Options: ReplyQuote


Subject
Views
Written By
Posted
5.6.19 instance crash when you change password with validate_password plug-in on windows
4121
July 01, 2014 03:51AM
1347
July 02, 2014 04:40AM


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.