You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to modify MySQL commands FLUSH LOGS; and FLUSH TABLES WITH READ LOCK; without edit source files? I need, for example, add execution of STOP SLAVE; before snapshot creation and possibly other commands.
Is it possible to modify MySQL commands
FLUSH LOGS;andFLUSH TABLES WITH READ LOCK;without edit source files? I need, for example, add execution ofSTOP SLAVE;before snapshot creation and possibly other commands.