Database replication with composite keys?
        Posted  
        
            by Chad Johnson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chad Johnson
        
        
        
        Published on 2009-06-22T21:19:39Z
        Indexed on 
            2010/05/04
            11:38 UTC
        
        
        Read the original article
        Hit count: 469
        
database-replication
|mysql
According to the MySQL documentation on database replication, "All tables replicated using row-based replication must have explicit primary keys."
Is it safe to assume that database replication will work with a composite keys?
© Stack Overflow or respective owner