MySQL Forums
Forum List  »  Replication

without use db_name replication not work
Posted by: Luca Tavoletti
Date: February 10, 2009 12:53PM

If I connect to mysql without db name ex:

#mysql-uroot -pmypass
>update dbname.mytable t set t.id='111'; ### In this case replication does not work


#mysql-uroot -pmypass
> use dbname ### this is the magic key
>update dbname.mytable t set t.id='111'; ### In this case it's ok


It's normal???
Is a bug???

thx in advance

Options: ReplyQuote


Subject
Views
Written By
Posted
without use db_name replication not work
3017
February 10, 2009 12:53PM


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.