Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/ROOT/pages/tutorial/neo4j-admin-import.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:tools/neo4j-admin/neo4j-admin-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`.
====


Expand Down