Plugin:

Classic Connector for Salesforce & Jira

Question:

Why Does Nothing Happen When I Try to Accept the EULA?

Answer:

In the beta versions (this has been resolved since the 5.0 release of the Salesforce.com connector) of the Connector Suite there is a known issue for some people using MySQL databases who are not using ANSI_QUOTES compliant mode. This issue causes many actions to fail, including accepting the EULA. To workaround this issue, add the line

sql-mode="ANSI_QUOTES"

to the MySQL configuration file, either my.cnf for Linux or my.ini for Windows, and restart your MySQL server.