MySQL Error 3091 – ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID

MySQL Error Message

DROP DATABASE failed; some tables may have been dropped
but the database directory remains. The GTID has not been added to
GTID_EXECUTED and the statement was not written to the binary log.
Fix this as follows: (1) remove all files from the database
directory %s; (2) SET GTID_NEXT=’%s’; (3) DROP DATABASE `%s`.