cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

adam_cowley
Neo4j
Neo4j

In Neo4j 4.0, we introduced these commands to help you manage a Neo4j instance and users. Note that in 4.0, these commands had to be issued from the system database.

SHOW DATABASES
SHOW DATABASE [DEFAULT DATABASE] | [<database-name>]
SHOW USERS
SHOW USER <user-name>
SHOW [ALL | POPULATED] ROLES [WITH USERS}
SHOW ROLE <role-name> PRIVILEGES

This is a companion discussion topic for the original entry at https://neo4j.com/developer/cypher/filtering-show/