# MySQL Database Latest Results

**Use case:** 

Latest Results of MySQL Database. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "host": "51.222.13.168",
  "port": 3307,
  "database": "myapp_db",
  "username": "appuser",
  "password": "apppass123",
  "ssl": false,
  "tables": [],
  "excludeTables": [],
  "maxRowsPerTable": 100
}
```

## Output

```json
{
  "tableName": {
    "label": "Table Name",
    "format": "text"
  },
  "data": {
    "label": "Data",
    "format": "object"
  },
  "extractionDate": {
    "label": "Extraction Date",
    "format": "datetime"
  },
  "rows": {
    "label": "Rows",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [MySQL Database Extractor](https://apify.com/parseforge/mysql-database-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mysql-database-extractor) to learn more, explore other use cases, and run it yourself.