# MySQL

### Snapshot

| Features                        | Details                                                                    |
| ------------------------------- | -------------------------------------------------------------------------- |
| Release Status                  | Released                                                                   |
| Table Selection                 | Yes                                                                        |
| Column Selection                | Yes                                                                        |
| Edit Integration                | Yes                                                                        |
| Replication Type Selection      | Yes                                                                        |
| Authentication Parameters       | <p>Hostname<br>Database Username<br>Database Password<br>Database Port</p> |
| Replication Type                | <p>Full Replication<br>Key Based Incremental</p>                           |
| Replication Key                 | <p>Date<br>Table Primary/Unique Keys</p>                                   |
| Suggested Replication Frequency | 1 hr                                                                       |

### IP Whitelisting

* Please ensure that Daton's IP addresses are whitelisted to enable the connection to be established.
* Click Add Rule and white list the IP Addresses below.
  * 35.238.200.205/32

### Integrate MySQL with Daton

1. Signin to Daton&#x20;
2. Select MySQL from the list of Integrations&#x20;
3. Provide Integration Name, Replication Frequency, and History. Integration name would be used in creating tables for the integration and cannot be changed later&#x20;
4. Provide MySQL database hostname, port, username, and password&#x20;
5. Post successful authentication, you will be prompted to choose from the list of available database schemas
6. Select required tables from the list for each database schema
7. Then select required fields for each table.&#x20;
8. Select replication field for each table. 'Select None' will lead to full table replication. Selection of any primary keys or dates will load data in incremental manner
9. Submit the integration

### Workflow

1. Integrations would be in Pending state initially and will be moved to Active state as soon as the first job loads data successfully on to the configured warehouse
2. Users would be able to edit/pause/re-activate/delete integration anytime
3. Users can view job status and process logs from the integration details page by clicking on the integration name from the active list

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/databases/mysql.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
