<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: mysql dump/export in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296494#M69151</link>
    <description>&lt;P&gt;Use the following command in tsystem by using home directory where mysql server is installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"cmd /c mysqldump -v -h localhost --user=root --password=123456 --all-databases &amp;gt; c:/temp/data/etldump.sql"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gulshan Kumar&lt;/P&gt;</description>
    <pubDate>Tue, 11 Aug 2020 01:08:40 GMT</pubDate>
    <dc:creator>Gulshan_Kumar</dc:creator>
    <dc:date>2020-08-11T01:08:40Z</dc:date>
    <item>
      <title>mysql dump/export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296486#M69143</link>
      <description>Before each running of my job I wish to make a mysql backup to a file of the effected tables. Is this possible with one of the available components?</description>
      <pubDate>Sat, 16 Nov 2024 13:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296486#M69143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: mysql dump/export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296487#M69144</link>
      <description>Hello 
&lt;BR /&gt;You can use the tMysqlRow component which is used to execute sql statement.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 25 Dec 2009 02:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296487#M69144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-25T02:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: mysql dump/export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296488#M69145</link>
      <description>what about using mysqldump command to dump a number of tables? 
&lt;BR /&gt;we have over 20 tables that we want to transfer between database servers using a taldend job, and going table by table is going to be crazy.</description>
      <pubDate>Fri, 27 Jan 2012 08:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296488#M69145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-27T08:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: mysql dump/export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296489#M69146</link>
      <description>Hello&lt;BR /&gt;What you can do is sometihing like: mysqldump -u -p mydatabase table1 &amp;gt; table1.sql, you can do one command for each command you want.</description>
      <pubDate>Fri, 27 Jan 2012 10:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296489#M69146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-27T10:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: mysql dump/export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296490#M69147</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hello&lt;BR /&gt;What you can do is sometihing like: mysqldump -u -p mydatabase table1 &amp;gt; table1.sql, you can do one command for each command you want.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;which component should i use for that? tsystem?</description>
      <pubDate>Thu, 11 Oct 2012 07:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296490#M69147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-11T07:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: mysql dump/export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296491#M69148</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;which component should i use for that? tsystem?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Correct, or SSH</description>
      <pubDate>Thu, 11 Oct 2012 08:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296491#M69148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-11T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: mysql dump/export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296492#M69149</link>
      <description>I had a mysqldump statement working fine in a tSSH component and I wanted to migrate it to a tsystem as the dump need to be done on the same machine (it saved my to manage login and password for the tSSH). &lt;BR /&gt;So I've been cut and past the code from tSSH to tSystem using Single Command. The code is (I've all my context variable set up properly)&lt;BR /&gt; &lt;PRE&gt;"mysqldump -u " context.Login " -p" context.Password " --databases " context.dbname " &amp;gt; /home/" context.source "/Archive/" TalendDate.getDate("YYYYMMDD_hhmmss") "_" context.source ".sql"&lt;/PRE&gt;&lt;BR /&gt;Then in the standard output I've the following choices:&lt;BR /&gt;- to console: print the command on screen but doesn't run it (useful to check that variable are properly used but doesn't do the job)&lt;BR /&gt;- to global variable: data is passed on to an output variable linked to the tSystem component. Not really what I want to do &lt;BR /&gt;- to console and to global variable: same comment as previously &lt;BR /&gt;- normal: data is passed on to the component that comes next, so I plug a tFileDelimited after and it wrote the mysqldump statement instead of the proper dump&lt;BR /&gt;So I guess I am missing something, thanks for your help.&lt;BR /&gt;&lt;BR /&gt;tSystem documentation page:&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tSystem&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tSystem&amp;amp;content-lang=en&lt;/A&gt;</description>
      <pubDate>Wed, 10 Jul 2013 21:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296492#M69149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-10T21:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: mysql dump/export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296493#M69150</link>
      <description>Hi magdmartin 
&lt;BR /&gt;Export the Error output to the console, it will print the error on the console if it has error when executing this SQL. From your command, I see the only place in question is the date pattern for the method TalendDate.getDate(), it should be: 
&lt;BR /&gt;TalendDate.getDate("yyyyMMdd_hhmmss") or TalendDate.getDate("yyyyMMdd_HHmmss") 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 11 Jul 2013 04:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296493#M69150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-11T04:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: mysql dump/export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296494#M69151</link>
      <description>&lt;P&gt;Use the following command in tsystem by using home directory where mysql server is installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"cmd /c mysqldump -v -h localhost --user=root --password=123456 --all-databases &amp;gt; c:/temp/data/etldump.sql"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gulshan Kumar&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 01:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-dump-export/m-p/2296494#M69151</guid>
      <dc:creator>Gulshan_Kumar</dc:creator>
      <dc:date>2020-08-11T01:08:40Z</dc:date>
    </item>
  </channel>
</rss>

