I started my Desktop database and clicked on 'Open'. It opened up default Neo4j. On the right pane I typed 'START DATABASE xxxx and executed the command.
Result: Database is unavailable because the db is offline!
What went wrong here?
Try this:
Step 1: bin/neo4j-admin database copy fraud fraud1 --force
Once it's successful
Step 2: Switch to the system db and type: CREATE DATABASE fraud1
Step 3: Then type SHOW DATABASES
Check to see the status of fraud1 database