Hi all,
I have master -> Linux 7.2, mysql-4.0.1 and slave -> win2000, mysql-4.0.1.
I have the following error on my slave server:

Table 'access.pagespromo' doesn't exist.
Slave error 'Table 'access.pagespromo' doesn't exist.' on query '%' 
error-code=1146.
Error running query, slave aborted.

But on my slave I make replication only on database "fdf":

[mysqld]
server-id=2
master-host=mymaster.com
master-user=muser
master-password=mpasswd
master-port=3306
replicate-do-db=fdf

and on my master I am logging only database "fdf"

[mysqld]
port=3306
log-bin
binlog-do-db=fdf
server-id=1
socket=/tmp/mysql.sock
set-variable = key_buffer_size=16M
set-variable = max_allowed_packet=1M

I can understand why I get this error.
Can some one help my with that?

Thank's in advance.

Vlady




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