----- Original Message -----
> From: "Jason J. W. Williams" <jasonjwwilliams@stripped>
>
> Because when the grants are applied and followed by FLUSH PRIVILEGES,
> the apps using those credentials temporarily complain that they
> aren't authorized to log into MySQL.
They shouldn't, afaik, unless you precede your grants with a revoke statement. You don't
need to issue flush privileges if you use grant statements, but a flush privileges will
only flush the in-memory cache, connections will still be authenticated from the
privilege tables.
Assuming you don't habitually revoke privileges before granting, I would think there's
something else going on.
> We do have log-slave-updates on (this was a 3 tier chain A->B->C,
> with C being changed to B's reciprocal master). We'd prefer to leave
Wait, so you have A -> B <-> C ? How the hell did you do that? You can't slave a
server to two masters :-)
--
Bier met grenadyn
Is als mosterd by den wyn
Sy die't drinkt, is eene kwezel
Hy die't drinkt, is ras een ezel
| Thread |
|---|
| • Re: Circular Replication & GRANTs | Johan De Meersman | 21 Feb |