3551 The user cannot DROP a database that has descendants
Problem:
Drop database UV2Ax;
Failed [3551 : HY000] The user cannot DROP a database that has descendants.
Solution:
Child databases need to be dropped before dropping parent database.
Drop database UV2AxCRMBI;
Drop database UV2Ax;