From: Database System Date: March 15 2011 3:50pm Subject: Certain replication List-Archive: http://lists.mysql.com/replication/2072 Message-Id: <960663.98862.qm@web113802.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, Does GRANT command should be replicated? In my master my.ini file, I have binlog-do-db=mysql, But I granted a user privilege, it was added on the master server, it was not replicated. It is not in the binlog file. I think any change to the mysql database should be replicated by my setting. What's wrong? Thanks, Lisa