After clicking to create an instance, the instance did not create the built-in system database and the neo4j database. When I tried to create a database, the following error message was returned.
There was an error creating the database: {
"status": 500,
"data": {
"statusCode": 500,
"error": "Internal Server Error",
"message": "Unable to run a database write query.\n\nDBMS query error:\nUnsupported administration command: CREATE DATABASE `aaa`\n"
},
"sentryId": "ee2374e63a244c0fbdd8592ae11f4146"
}
Are you creating a Neo4j Aura database or a local on-premise Neo4j installation?
If Aura it only supports one user database, neo4j.
If on-premise what version of Neo4j is in play here?
Are there any further details you can share?