Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to do certain column replication of one table in mysql


i have 1 db that contain 1 table Emp in that empcode ,empname i want to replicate to another server

that another server have same db and emp table

how can i do

but both table have many more colomn but this colomns should be replicate
Posted
Comments
berrymaria 10-Jul-13 22:17pm    
Couldn't you just add another column (empcode,empname) in your emp table which is in the another server?
AnnuBhai 10-Jul-13 23:54pm    
another server means another pc
that also have same db and same table and colomns
but i want only 3 coloumns replicate

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900