Slashdot Mirror


User: victoria_r

victoria_r's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:MySQL replication/clustering needs work too... on PostgreSQL vs. MySQL comparison · · Score: 1

    > 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.