-
Suggestion
-
Resolution: Fixed
-
None
-
None
The following Warning returned in the MySQL logs due to the deprecated parameter binlog_format which is currently deprecated and will be removed in a future release. The parameter is configured in the my.cnf/my.ini file according to Database Setup For MySQL:
2025-03-21T19:07:22.142818Z 0 [Warning] [MY-011070] [Server] 'binlog_format' is deprecated and will be removed in a future release.
As binlog_format parameter have been deprecated since MySQL 8.0.34 (according to the MySQL documentation), it is best to officially update the Database Setup For MySQL documentation with the new configuration.