Why camunda cannot create tables?

Hello everyone.

I have a mysql instance that has two database called Tenant1 and Tenant2.
At the first time my datasource url was connected the Tenant1 and the camunda work all right when I start application.

At the second time I changed the datasource url the url will connect to Tenant2. But when I start the application the camunda syas the "Table ‘Tenant2_ACT_GE_PROPERTY’ doesn`t exists and then the application stoped.

Can someone help me ?

Duplicate of Cannot create a processEngine via java api