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`.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

MySQL Error Message Could not read CA key file: %s Reason for the Error ER_X509_CANT_READ_CA_KEY was added in 8.0.2.
MySQL Error Message Read invalid event from master: ‘%s’, master could be corrupt but a more likely cause of this...
MySQL Error Message %s Reason for the Error ER_IB_MSG_315 was added in 8.0.11.