<?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: Access Denied to Amazon RDS MySQL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Access-Denied-to-Amazon-RDS-MySQL/m-p/2253537#M36835</link>
    <description>This is a mysql user credential problem, the AWS security group must be correct as you are connecting through to mysql. Also check if the user is restricted to a host&lt;BR /&gt;mysql -uroot -p&lt;BR /&gt;SELECT user,host FROM mysql.user;&lt;BR /&gt;SHOW GRANTS FOR '(Username)'@'%'&lt;BR /&gt;SHOW GRANTS FOR '(Username)'</description>
    <pubDate>Wed, 03 Oct 2012 02:07:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-10-03T02:07:59Z</dc:date>
    <item>
      <title>Access Denied to Amazon RDS MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Access-Denied-to-Amazon-RDS-MySQL/m-p/2253536#M36834</link>
      <description>Hello, 
&lt;BR /&gt;I'm trying to extract from my company's Salesforce database, and copy the data into an AWS MySQL database. 
&lt;BR /&gt;I am able to connect and pull the schema from the Talend application, and I set a job up with the Account object in my Salesforce Org. From what I can tell, all of the credentials are input correctly. 
&lt;BR /&gt;My AWS security group has an allowed policy for my IP address, but i still get the following errors on the job : 
&lt;BR /&gt;**************** 
&lt;BR /&gt; connecting to socket on port 3700 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tMysqlOutput_1 
&lt;BR /&gt;java.sql.SQLException: Access denied for user '(Username)'@'c-(IPAddress).hsd1.pa.comcast.net' (using password: YES) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1075) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3566) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3498) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4004) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1284) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2312) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2122) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:774) 
&lt;BR /&gt; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:49) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:375) 
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:289) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(DriverManager.java:582) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(DriverManager.java:185) 
&lt;BR /&gt; at sqmigration.sfdcmigration_0_1.SFDCMigration.tSalesforceInput_1Process(SFDCMigration.java:2391) 
&lt;BR /&gt; at sqmigration.sfdcmigration_0_1.SFDCMigration.runJobInTOS(SFDCMigration.java:4799) 
&lt;BR /&gt; at sqmigration.sfdcmigration_0_1.SFDCMigration.main(SFDCMigration.java:4667) 
&lt;BR /&gt;Job SFDCMigration ended at 16:17 16/09/2012. 
&lt;BR /&gt;************ 
&lt;BR /&gt; 
&lt;BR /&gt;Any idea of what this could mean? Is there something else in Talend I might need to configure to copy the data into the database tables? 
&lt;BR /&gt;Any help is appreciated. If you need more details, I'm happy to provide, I'm just not sure what could help. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;C</description>
      <pubDate>Sat, 16 Nov 2024 12:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Access-Denied-to-Amazon-RDS-MySQL/m-p/2253536#M36834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied to Amazon RDS MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Access-Denied-to-Amazon-RDS-MySQL/m-p/2253537#M36835</link>
      <description>This is a mysql user credential problem, the AWS security group must be correct as you are connecting through to mysql. Also check if the user is restricted to a host&lt;BR /&gt;mysql -uroot -p&lt;BR /&gt;SELECT user,host FROM mysql.user;&lt;BR /&gt;SHOW GRANTS FOR '(Username)'@'%'&lt;BR /&gt;SHOW GRANTS FOR '(Username)'</description>
      <pubDate>Wed, 03 Oct 2012 02:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Access-Denied-to-Amazon-RDS-MySQL/m-p/2253537#M36835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-03T02:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied to Amazon RDS MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Access-Denied-to-Amazon-RDS-MySQL/m-p/2253538#M36836</link>
      <description>Hi, Did you get a solution for this because i'm having the same problem and would like to know how you resolved it.&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 18 Jan 2013 01:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Access-Denied-to-Amazon-RDS-MySQL/m-p/2253538#M36836</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-01-18T01:06:30Z</dc:date>
    </item>
  </channel>
</rss>

