Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4(EOL), 10.5, 10.6, 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL), 11.4
-
None
-
None
Description
create user ''@localhost password expire; |
|
connect(con1, localhost, u); |
--error 1820
|
select user(); |
|
set password=''; |
MariaDB [(none)]> select user();
|
ERROR 1820 (HY000): You must SET PASSWORD before executing this statement
|
MariaDB [(none)]> set password='';
|
ERROR 1131 (42000): You are using MariaDB as an anonymous user and anonymous users are not allowed to modify user settings
|