Comment Re:MySQL replication/clustering needs work too... (Score 1) 390
> Databases in "slave" mode can still be updated by local applications; you can't configure them to only log changes from the "master" database.
No, if read_only mode is ON only updates from replication thread and users with SUPER privilege are accepted.
No, if read_only mode is ON only updates from replication thread and users with SUPER privilege are accepted.