I had created a 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...