<?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: tsystem for connection to mysql server and list all databases in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329186#M98399</link>
    <description>of course i'am using linux(ubuntu)</description>
    <pubDate>Thu, 23 Mar 2017 14:45:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-23T14:45:10Z</dc:date>
    <item>
      <title>tsystem for connection to mysql server and list all databases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329185#M98398</link>
      <description>Hi, with TOS for big data 6.3.0, I'am using tsystem to connect to a local server to list all databases.&lt;BR /&gt;this is my simple command &amp;nbsp;"mysql -u root ;show databases" it's doesn't work&lt;BR /&gt;HELP Please!!!</description>
      <pubDate>Sat, 16 Nov 2024 09:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329185#M98398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: tsystem for connection to mysql server and list all databases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329186#M98399</link>
      <description>of course i'am using linux(ubuntu)</description>
      <pubDate>Thu, 23 Mar 2017 14:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329186#M98399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-23T14:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: tsystem for connection to mysql server and list all databases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329187#M98400</link>
      <description>of course this "simple command" just wrong 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;correct command: 
&lt;BR /&gt; 
&lt;PRE&gt;mysql -u root -e 'show databases;'&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Mar 2017 20:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329187#M98400</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-23T20:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: tsystem for connection to mysql server and list all databases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329188#M98401</link>
      <description>it gives me this result :&amp;nbsp; 
  &lt;BR /&gt; connecting to socket on port 3643 
  &lt;BR /&gt; connected 
  &lt;BR /&gt;mysql &amp;nbsp;Ver 14.14 Distrib 5.5.54, for debian-linux-gnu (x86_64) using readline 6.3 
  &lt;BR /&gt;Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. 
  &lt;BR /&gt;Oracle is a registered trademark of Oracle Corporation and/or its 
  &lt;BR /&gt;affiliates. Other names may be trademarks of their respective 
  &lt;BR /&gt;owners. 
  &lt;BR /&gt;Usage: mysql 
  &lt;BR /&gt;&amp;nbsp; -?, --help &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Display this help and exit. 
  &lt;BR /&gt;&amp;nbsp; -I, --help &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Synonym for -? 
  &lt;BR /&gt;&amp;nbsp; --auto-rehash &amp;nbsp; &amp;nbsp; &amp;nbsp; Enable automatic rehashing. One doesn't need to use 
  &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'rehash' to get table and field completion, but startup 
  &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and reconnecting may take a longer time. Disable with &amp;nbsp;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdEE"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdEE"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 24 Mar 2017 08:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329188#M98401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T08:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: tsystem for connection to mysql server and list all databases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329189#M98402</link>
      <description>it mean:
&lt;BR /&gt;
&lt;BR /&gt;tSystem work
&lt;BR /&gt;You make more mistake when copy command&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;please attach screenshots with settings, it make more easy to help</description>
      <pubDate>Fri, 24 Mar 2017 14:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsystem-for-connection-to-mysql-server-and-list-all-databases/m-p/2329189#M98402</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-24T14:36:23Z</dc:date>
    </item>
  </channel>
</rss>

