diff --git a/modules/ROOT/pages/tutorial/neo4j-admin-import.adoc b/modules/ROOT/pages/tutorial/neo4j-admin-import.adoc index 900010904..a8dd5d9bd 100644 --- a/modules/ROOT/pages/tutorial/neo4j-admin-import.adoc +++ b/modules/ROOT/pages/tutorial/neo4j-admin-import.adoc @@ -34,9 +34,9 @@ However, the CSV files can be located in any directory of your file system. .Handy tips: ==== * The details of a CSV file header format can be found at xref:import.adoc#import-tool-header-format[CSV header format]. -* To show available databases, use the Cypher query `SHOW DATABASES` against the `system` database. -* To remove a database, use the Cypher query `DROP DATABASE database_name` against the `system` database. -* To create a database, use the Cypher query `CREATE DATABASE database_name` against the `system` database. +* To show available databases, use the Cypher query `SHOW DATABASES`. +* To remove a database, use the Cypher query `DROP DATABASE database_name`. +* To create a database, use the Cypher query `CREATE DATABASE database_name`. ====