MySQL Forums
Forum List  »  Replication

Re: Problem facing in replication
Posted by: James Day
Date: November 24, 2005 08:07PM

Log in as the root user when trying to use grant for this. Or use another user account which has the rights to grant the required permissions. It appears that the account you used didn't have the right.

Try:

mysql -uroot -p

then give the MySQL root password. Once logged in you should be able to do what is required.

You should also review the guidance on securing your MySQL installation. See http://dev.mysql.com/doc/refman/4.1/en/default-privileges.html .

james Day
Support engineer, MySQL AB

Options: ReplyQuote


Subject
Views
Written By
Posted
2484
November 24, 2005 03:51AM
Re: Problem facing in replication
1675
November 24, 2005 08:07PM
1569
November 24, 2005 11:41PM
1580
November 25, 2005 09:09PM
1654
November 27, 2005 07:04PM
1551
November 27, 2005 10:50PM


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.