On Thu, Sep 05, 2002 at 09:52:05AM -0400, Jamie Beu wrote:
> 
> I am attempting to setup MySQL replication between the ctiadb1 (master)
> server and the ctiadb2 (slave) server.
> 
> When I look at the mysql.log file on the slave, I see the following
> (repeated every 60 seconds):
> 020904 12:00:30  Slave thread: error connecting to master: Access denied for
> user: '[EMAIL PROTECTED]' (Using password: YES) (0), retry in 60 sec
> 020904 12:01:30  Slave thread: error connecting to master: Access denied for
> user: '[EMAIL PROTECTED]' (Using password: YES) (0), retry in 60 sec
> 
> I already typed the following on the Master server:
> grant file on *.* to 'repl'@'%' identified by 'replctia';
> flush privileges;

Perhaps the master.info file on the slave is wrong.  Try removing it
and restatring the slave.
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 3.23.51: up 33 days, processed 671,118,015 queries (231/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to