MySQL Forums
Forum List  »  Newbie

Re: Track system variable changes
Posted by: Peter Brawley
Date: May 18, 2021 08:57AM

The server does some session variable tracking, see https://dev.mysql.com/doc/refman/8.0/en/session-state-tracking.html

You could configure a daily event to copy information_schema.global_variables into a table, compare it with yesterday's, and save a report.

Options: ReplyQuote


Subject
Written By
Posted
Re: Track system variable changes
May 18, 2021 08:57AM


Sorry, you can't reply to this topic. It has been closed.

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.