Hi!

I am trying to replicate a database from one host (master) to other host
(slave), but on slave machine I got this error messages:

010926 11:24:09  Slave thread: error connecting to master:Access denied
for user: '0@localhost' (Using password: YES)(0), retry in 0 sec
010926 11:24:09  Slave thread: error connecting to master:Access denied
for user: '0@localhost' (Using password: YES)(0), retry in 0 sec
010926 11:24:09  Slave thread: error connecting to master:Access denied
for user: '0@localhost' (Using password: YES)(0), retry in 0 sec
010926 11:24:09  Slave thread: error connecting to master:Access denied
for user: '0@localhost' (Using password: YES)(0), retry in 0 sec
010926 11:24:09  Slave thread: error connecting to master:Access denied
for user: '0@localhost' (Using password: YES)(0), retry in 0 sec

In /etc/my.cnf, I have this lines:

[mysqld]
master-host=192.168.111.1
master-user=user
master-password=password
server-id=40
replicate-do-db=DB
replicate-ignore-table=DB.logs

I really don't understand why I have those error messages....Why it's
trying to connect to the master with "0@localhost"?
On the slave I have mysql3.23.32.

 Razvan C.


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