From the Data Source Library, you can add a new data source.
To add a new data source:
When users create a data set or add records to a data set from this data source, if the number of records to add is greater than the maximum, the user must adjust the filters to reduce the number of records.
By default, the properties configure the JDBC connection to work in ANSI mode. This is required for some databases to support allowing users to filter the data when creating data sets from the data source.
The default properties also set useLegacyDatetimeCode to false. This property is needed in order for date/time values from MySQL to work properly.
If the data for this data source does not include any date/time values, then remove the useLegacyDatetimeCode property.
If the data for this data source does include date/time values, and uses MySQL on a Linux machine, then you must also add the following property:
serverTimezone=UTC
When you add properties, you must insert a line break between each property-value pair.
Oracle Endeca Information Discovery Studio: Studio Administration and Customization Guide · Version 3.1.0 Rev. A · December 2013
Copyright © 2003, 2013, Oracle and/or its affiliates. All rights reserved.