DC
Size: a a a
DC
DT
PS
И
PS
Y
Y
Y
И
Y
Y
Y
Y
И
DC
DC
S
GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, TRUNCATE, OPTIMIZE, KILL QUERY, SYSTEM, dictGet, INTROSPECTION, SOURCES ON *.* TO default
Received exception from server (version 20.5.3):
Code: 497. DB::Exception: Received from localhost:9000. DB::Exception: default: Not enough privileges. To execute this query it's necessary to have the grant SHOW USERS ON *.*.
GRANT SHOW USERS ON *.* TO CURRENT_USER;
Code: 497. DB::Exception: Received from localhost:9000. DB::Exception: default: Not enough privileges. To execute this query it's necessary to have the grant SHOW USERS ON *.* WITH GRANT OPTION.
CREATE ROLE OR REPLACE root
Received exception from server (version 20.5.3):
Code: 497. DB::Exception: Received from localhost:9000. DB::Exception: default: Not enough privileges. To execute this query it's necessary to have the grant CREATE ROLE ON *.*.
S
GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, TRUNCATE, OPTIMIZE, KILL QUERY, SYSTEM, dictGet, INTROSPECTION, SOURCES ON *.* TO default
Received exception from server (version 20.5.3):
Code: 497. DB::Exception: Received from localhost:9000. DB::Exception: default: Not enough privileges. To execute this query it's necessary to have the grant SHOW USERS ON *.*.
GRANT SHOW USERS ON *.* TO CURRENT_USER;
Code: 497. DB::Exception: Received from localhost:9000. DB::Exception: default: Not enough privileges. To execute this query it's necessary to have the grant SHOW USERS ON *.* WITH GRANT OPTION.
CREATE ROLE OR REPLACE root
Received exception from server (version 20.5.3):
Code: 497. DB::Exception: Received from localhost:9000. DB::Exception: default: Not enough privileges. To execute this query it's necessary to have the grant CREATE ROLE ON *.*.
P
P