Hello Team,
I am trying to remove GTID data-in replication from my Azure MySQL database instance.
I ran the related stored procedure to stop the replication but I am not able to turn off below variables.
- gtid_mode
- enforce_gtid_consistency
Error:
{"customHtml":{"htmlTemplate":"<code><div>{\r\n "status": "Failed",\r\n "error": {\r\n "code": "ResourceDeploymentFailure",\r\n "message": "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.",\r\n "details": [\r\n {\r\n "code": "InvalidConfigurationValue",\r\n "message": "The value 'ON_PERMISSIVE' for configuration 'gtid_mode' is not valid. The allowed values are 'ON'."\r\n }\r\n ]\r\n }\r\n}</div></code>","viewModel":null}}
please help.