<?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: db to db migration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229082#M20130</link>
    <description>Hi,
&lt;BR /&gt;I just found this information :
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Starting from MySQL 5, when you execute show databases command, information_schema will be listed in the database list. information_schema is a virtual MySQL database that stores metadata information of all the MySQL databases.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;So, with MySQL 4.1 the tables are not accessible via information_schmea.tables ... I think there is an option in the MySQL Connection element, where you can define what version of MySQL you are using. I dont't have a 4.x version at hand right now. Sorry!
&lt;BR /&gt;Maybe this information is still helpful
&lt;BR /&gt;
&lt;BR /&gt;Good Luck!
&lt;BR /&gt;Christian
&lt;BR /&gt;
&lt;BR /&gt;: 
&lt;A href="http://www.thegeekstuff.com/2008/11/overview-of-mysql-information_schema-database-with-practical-examples/" rel="nofollow noopener noreferrer"&gt;http://www.thegeekstuff.com/2008/11/overview-of-mysql-information_schema-database-with-practical-examples/&lt;/A&gt;</description>
    <pubDate>Tue, 24 Aug 2010 11:55:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-08-24T11:55:28Z</dc:date>
    <item>
      <title>db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229077#M20125</link>
      <description>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</description>
      <pubDate>Sat, 16 Nov 2024 13:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229077#M20125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229078#M20126</link>
      <description>Hi
&lt;BR /&gt;Do you want to migrate the whole db or only some of tables? Please learn the usage of tMysqlInput and tMysqlOutput components on user documentation.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 19 Aug 2010 14:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229078#M20126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-19T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229079#M20127</link>
      <description>I want to migrate the whole db. Can you help me how to achieve that using tMySqlInput and tMySqlOutput?</description>
      <pubDate>Fri, 20 Aug 2010 05:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229079#M20127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-20T05:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229080#M20128</link>
      <description>Hi, 
&lt;BR /&gt;just a few more hints ... 
&lt;BR /&gt;- tMySQLConnection 
&lt;BR /&gt;| 
&lt;BR /&gt;- tMySQLTableList --- tMySQLInput --- tMySQLOutput 
&lt;BR /&gt; 
&lt;BR /&gt;Hope this helps 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Christian</description>
      <pubDate>Fri, 20 Aug 2010 13:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229080#M20128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-20T13:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229081#M20129</link>
      <description>I am using mysql 4.1 and I am getting this exception and unable to load the table information &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;Exception in component tMysqlTableList_1&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'information_schema.tables' doesn't exist&lt;BR /&gt;Can anybody help?</description>
      <pubDate>Tue, 24 Aug 2010 11:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229081#M20129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-24T11:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229082#M20130</link>
      <description>Hi,
&lt;BR /&gt;I just found this information :
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Starting from MySQL 5, when you execute show databases command, information_schema will be listed in the database list. information_schema is a virtual MySQL database that stores metadata information of all the MySQL databases.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;So, with MySQL 4.1 the tables are not accessible via information_schmea.tables ... I think there is an option in the MySQL Connection element, where you can define what version of MySQL you are using. I dont't have a 4.x version at hand right now. Sorry!
&lt;BR /&gt;Maybe this information is still helpful
&lt;BR /&gt;
&lt;BR /&gt;Good Luck!
&lt;BR /&gt;Christian
&lt;BR /&gt;
&lt;BR /&gt;: 
&lt;A href="http://www.thegeekstuff.com/2008/11/overview-of-mysql-information_schema-database-with-practical-examples/" rel="nofollow noopener noreferrer"&gt;http://www.thegeekstuff.com/2008/11/overview-of-mysql-information_schema-database-with-practical-examples/&lt;/A&gt;</description>
      <pubDate>Tue, 24 Aug 2010 11:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229082#M20130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-24T11:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229083#M20131</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt; I think there is an option in the MySQL Connection element, where you can define what version of MySQL you are using. I dont't have a 4.x version at hand right now. Sorry! &lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I just checked the tMySQLConnection component. You can choose between two values for DB Version: Mysql 5 and Mysql 4
&lt;BR /&gt;Have you checked, that you realy set this option to Mysql 4?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Christian</description>
      <pubDate>Tue, 24 Aug 2010 11:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229083#M20131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-24T11:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229084#M20132</link>
      <description>I have just checked with it and still getting the same exception 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 24 Aug 2010 12:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229084#M20132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-24T12:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229085#M20133</link>
      <description>I would also like to chime in that I am attempting to do something similar with the tMySQLTableList component, and am receiving the same error message. Is this component only compatible with MySQL 5? There is nothing in the documentation that I can see that states that. If there is no quick solution then this needs to be entered into the Bugtracker system since this is blocking our progress.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Ryan</description>
      <pubDate>Tue, 24 Aug 2010 19:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229085#M20133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-24T19:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229086#M20134</link>
      <description>What Collation are you all using?&lt;BR /&gt;I'm trying to get tMSSQLTableList working on SQL Server 2008 with Latin1_General_BIN and in MSSQL the View is INFORMATION_SCHEMA.TABLES where the error comes back as information_schema.tables (invalid object name)&lt;BR /&gt;Can anyone help?</description>
      <pubDate>Wed, 22 Sep 2010 04:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229086#M20134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-22T04:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: db to db migration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229087#M20135</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I want to migrate the whole db. Can you help me how to achieve that using tMySqlInput and tMySqlOutput?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;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.) 
&lt;BR /&gt;If you table structure are differents or you you want to transform some data. Talend can do that perfectly. 
&lt;BR /&gt;1) Open new projet 
&lt;BR /&gt;2) Add job 
&lt;BR /&gt;3) Add data base connection source 
&lt;BR /&gt;4) Add data base connection destination 
&lt;BR /&gt;5) Add tMysqlInput (drag and drop table from source table list as input) 
&lt;BR /&gt;6) Add tMysqlOutput (drag and drop table from destination table list as output) 
&lt;BR /&gt;7) Add tMap component 
&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Connect all your compenent 
&lt;BR /&gt;9) Verify compenent parameters 
&lt;BR /&gt;10) Execute you job and have fun 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/tutorials/tutorial.php?language=english&amp;amp;idTuto=14" target="_blank" rel="nofollow noopener noreferrer"&gt;This video&lt;/A&gt; may help you to start.</description>
      <pubDate>Thu, 23 Sep 2010 19:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/db-to-db-migration/m-p/2229087#M20135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-23T19:27:57Z</dc:date>
    </item>
  </channel>
</rss>

