<?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 Unable to connect to mysql db when running script created by Build Job in Talend Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-mysql-db-when-running-script-created-by/m-p/2294620#M143314</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to Talend, just started to downloaded "Talend Open Studio for Data Integration", Version: 7.3.1.&lt;/P&gt;
&lt;P&gt;I created a simple job with component tDBinput to connect and read a MySql table, then output to tFileDelimited. The job runs find within the Open Studio. But with the "Build Job" feature to export the job to run in command line, it gives "Access denied for user 'admin'@'localhost' (using password: YES)", any idea what's wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exception in component tDBInput_1 (table_mysql_csv)&lt;BR /&gt;java.sql.SQLException: Access denied for user 'admin'@'localhost' (using password: YES)&lt;BR /&gt;at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)&lt;BR /&gt;at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)&lt;BR /&gt;at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:456)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)&lt;BR /&gt;at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)&lt;BR /&gt;at java.sql.DriverManager.getConnection(DriverManager.java:664)&lt;BR /&gt;at java.sql.DriverManager.getConnection(DriverManager.java:247)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:32:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T02:32:37Z</dc:date>
    <item>
      <title>Unable to connect to mysql db when running script created by Build Job in Talend Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-mysql-db-when-running-script-created-by/m-p/2294620#M143314</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to Talend, just started to downloaded "Talend Open Studio for Data Integration", Version: 7.3.1.&lt;/P&gt;
&lt;P&gt;I created a simple job with component tDBinput to connect and read a MySql table, then output to tFileDelimited. The job runs find within the Open Studio. But with the "Build Job" feature to export the job to run in command line, it gives "Access denied for user 'admin'@'localhost' (using password: YES)", any idea what's wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exception in component tDBInput_1 (table_mysql_csv)&lt;BR /&gt;java.sql.SQLException: Access denied for user 'admin'@'localhost' (using password: YES)&lt;BR /&gt;at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)&lt;BR /&gt;at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)&lt;BR /&gt;at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:456)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)&lt;BR /&gt;at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)&lt;BR /&gt;at java.sql.DriverManager.getConnection(DriverManager.java:664)&lt;BR /&gt;at java.sql.DriverManager.getConnection(DriverManager.java:247)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-mysql-db-when-running-script-created-by/m-p/2294620#M143314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to mysql db when running script created by Build Job in Talend Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-mysql-db-when-running-script-created-by/m-p/2294621#M143315</link>
      <description>Are you executing build job from same machine where Talend ? If it different seem you should check for the database connectivity between that system, Luke you need to check for credentials.</description>
      <pubDate>Fri, 01 May 2020 06:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-mysql-db-when-running-script-created-by/m-p/2294621#M143315</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-01T06:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to mysql db when running script created by Build Job in Talend Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-mysql-db-when-running-script-created-by/m-p/2294622#M143316</link>
      <description>Hi Manohar B,&lt;BR /&gt;Yes, the build job is from the same machine where Talend studio is installed. I have no issue connecting the the DB using the same user/pass.</description>
      <pubDate>Fri, 01 May 2020 17:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-mysql-db-when-running-script-created-by/m-p/2294622#M143316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-01T17:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to mysql db when running script created by Build Job in Talend Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-mysql-db-when-running-script-created-by/m-p/2294623#M143317</link>
      <description>&lt;P&gt;Hi did you find a solution? I have almost same problem &lt;/P&gt;&lt;P&gt;posted here :&lt;A href="https://community.talend.com/s/question/0D53p00008TJPMTCA5/mysql-build-job-access-denied-with-good-password" alt="https://community.talend.com/s/question/0D53p00008TJPMTCA5/mysql-build-job-access-denied-with-good-password" target="_blank"&gt; https://community.talend.com/s/question/0D53p00008TJPMTCA5/mysql-build-job-access-denied-with-good-password&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 06:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-mysql-db-when-running-script-created-by/m-p/2294623#M143317</guid>
      <dc:creator>phiibuntu</dc:creator>
      <dc:date>2021-02-10T06:31:00Z</dc:date>
    </item>
  </channel>
</rss>

