Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.0.17, 10.1.3, 10.0
-
Component/s: Admin statements
-
Labels:
Description
This came up when resetting a forgotten password for a database user in mariadb 10.0.17, where typically the process was to restart with --init-file that applies some SQL like SET PASSWORD / UPDATE ... SET PASSWORD / GRANT ... IDENTIFIED BY. Under MariaDB 10.0.17 (and also tested under 10.1.3) this results in the following error in the error log and no effect:
ERROR: 1131 You are using MariaDB as an anonymous user and anonymous users are not allowed to modify user settings
This seems to only affect changing the password of existing users, but new users can be added with a password. Alternatively, skip-grant-tables can be used as an alternative (but we find less desirable) method to reset a password.
This seems like a bug, and fwiw, the behavior seems to differ from MySQL 5.6. Is this behavior of init-file in MariaDB intended?
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Thanks for the report.
It started happening on 10.0* tree with the following revision:
revno: 3427.35.138 revision-id: sergii@pisem.net-20131018184140-m792steyor2pwysh parent: sergii@pisem.net-20131018183813-s3i5mxiwveb14wyu committer: Sergei Golubchik <sergii@pisem.net> branch nick: 10.0-base timestamp: Fri 2013-10-18 11:41:40 -0700 message: SET PASSWORD bugfixes: * work as documented, use CURRENT_USER() * move the check for ER_PASSWORD_ANONYMOUS_USER where it can actually work