I had created a neo4j database, which was working perfectly.
But now, when i try to use the database created by me, using following command:
:USE foo;
it gives error:
Unable to get a routing table for database 'foo' because this database is unavailable
I tried checking the status of database using command :
SHOW DATABASE foo;
It shows the currentStatus of foo as "offline". I have tried starting the database using
START DATABASE foo;
but no luck!
Although, I can use default "neo4j" and "system" databases. Only the new database which I have created, dose not work now.
If someone knows the solution, please help.