MySQL Forums
Forum List  »  Replication

Re: replication privileges
Posted by: Harrison Fisk
Date: March 11, 2005 02:11PM

Hi,

The REPLICATION CLIENT privilege is used for replication related things that the actual slave doesn't do. So statements like SHOW SLAVE STATUS; use the REPLICATION CLIENT privilege.

So to answer your question, REPLICATION SLAVE is normally enough for a slave to use. The only other things you might need extra privileges for would be if you wanted to do a LOAD DATA FROM MASTER, as that also requires a few extra privileges, such as SELECT on the tables you want to LAOD.

Harrison Fisk, Trainer and Consultant
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
3951
March 10, 2005 04:24PM
Re: replication privileges
2274
March 11, 2005 02:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.