Re: mysqlbinlog does not capture statements
MySQL V4 is some 20 years out of date. It would be prudent to update to more recent version. A big job.
Upgrade path is V4 -> V5.0 -> V5.1 -> V5.5 -> V5.6 -> V5.7 -> V8.0 -> V8.1
The longer you leave it the harder it gets.
What do you expect to find in binlog? It only logs events that make changes to the database, either in structure (DDL) or content (DML).
Good luck,
Barry.
Subject
Written By
Posted
Re: mysqlbinlog does not capture statements
January 10, 2024 09:35PM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.