Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

db to db migration

Can anybody help me how to migrate one mysql db to another mysql db present on another host machine? I am really blank about which components to use to achieve this data migration. Any kind of help will be really appreciated. Thanks
Labels (2)
10 Replies
Anonymous
Not applicable
Author

I want to migrate the whole db. Can you help me how to achieve that using tMySqlInput and tMySqlOutput?

If you database source and database destination have the same structure. You don't really need talend. Just an import/Export with any MySQL client (phpMyadmin, MySQLQueryBrowser, etc.)
If you table structure are differents or you you want to transform some data. Talend can do that perfectly.
1) Open new projet
2) Add job
3) Add data base connection source
4) Add data base connection destination
5) Add tMysqlInput (drag and drop table from source table list as input)
6) Add tMysqlOutput (drag and drop table from destination table list as output)
7) Add tMap component
😎 Connect all your compenent
9) Verify compenent parameters
10) Execute you job and have fun 0683p000009MA9p.png
This video may help you to start.