MySQL Connector/Python Developer Guide
This class performs various flush operations.
RefreshOption.GRANT
Refresh the grant tables, like FLUSH
PRIVILEGES.
RefreshOption.LOG
Flush the logs, like FLUSH
LOGS.
RefreshOption.TABLES
Flush the table cache, like FLUSH
TABLES.
RefreshOption.HOSTS
Flush the host cache, like FLUSH
HOSTS.
RefreshOption.STATUS
Reset status variables, like FLUSH
STATUS.
RefreshOption.THREADS
Flush the thread cache.
RefreshOption.REPLICA
On a replica replication server, reset the source server
information and restart the replica, like
RESET SLAVE. This constant was
named "RefreshOption.SLAVE" before v8.0.23.