Is it possible to execute a query without writing to the binlog, without the SUPER grant?

Viewed 16

I have a statement (specifically, an ALTER USER) that for my use case I cannot afford to be replicated. In a normal MySQL installation, this is easily achievable with SET sql_log_bin=0. Unfortunately, this requires the SUPER grant, which is not available on Aurora. Is there some other way to prevent the ALTER USER from replicating?

0 Answers
Related