Create Account on specific database of a multiDB schema
We are having a multi-DB database, where accounts are created at random on one of the databases, for an implementation of BRM7.4
I want to create an account on the 1st database (i.e 0.0.0.1). Is a specific way in which we can ensure that an account gets created only on the 1st database?
Thanks in Advance.