Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
What you can do is sometihing like: mysqldump -u -p mydatabase table1 > table1.sql, you can do one command for each command you want.
which component should i use for that? tsystem?
"mysqldump -u " context.Login " -p" context.Password " --databases " context.dbname " > /home/" context.source "/Archive/" TalendDate.getDate("YYYYMMDD_hhmmss") "_" context.source ".sql"
Use the following command in tsystem by using home directory where mysql server is installed.
"cmd /c mysqldump -v -h localhost --user=root --password=123456 --all-databases > c:/temp/data/etldump.sql"
Regards
Gulshan Kumar