Skip to content

Commit 9e03c33

Browse files
committed
Remove against the system database from Handy tips (neo4j#2478)
1 parent d8cc42b commit 9e03c33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/tutorial/neo4j-admin-import.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ However, the CSV files can be located in any directory of your file system.
3434
.Handy tips:
3535
====
3636
* The details of a CSV file header format can be found at xref:import.adoc#import-tool-header-format[CSV header format].
37-
* To show available databases, use the Cypher query `SHOW DATABASES` against the `system` database.
38-
* To remove a database, use the Cypher query `DROP DATABASE database_name` against the `system` database.
39-
* To create a database, use the Cypher query `CREATE DATABASE database_name` against the `system` database.
37+
* To show available databases, use the Cypher query `SHOW DATABASES`.
38+
* To remove a database, use the Cypher query `DROP DATABASE database_name`.
39+
* To create a database, use the Cypher query `CREATE DATABASE database_name`.
4040
====
4141

4242

0 commit comments

Comments
 (0)