Skip to content

Commit a57f89f

Browse files
committed
Remove against the system database from Handy tips
1 parent 4ee8e93 commit a57f89f

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)