---
title: Percona
description: Learn how to connect Percona in Infoveave to query high-performance MySQL-compatible data for reliable analytics and reporting workflows.
---

import { Aside, Steps } from '@astrojs/starlight/components';
import { MediaPlayerComponent } from "../../../../../components/video-player";
import RunScript from "../../../../../components/RunScript.astro";

# Percona

<MediaPlayerComponent
  video="percona-video-2.mp4"
    chapters={
[
  {
    "start": 0,
    "end": 3,
    "text": "Click Connections under Administration",
    "description": "From the Infoveave menu, click on 'Administration', then select 'Connections' from the dropdown menu to manage your data connections."
  },
  {
    "start": 3,
    "end": 6,
    "text": "Add New Connection",
    "description": "On the 'Connections' page, click the 'New Connections' button located at the top right to open the interface for adding a new datasource connection."
  },
  {
    "start": 6,
    "end": 13,
    "text": "Select Percona Connection",
    "description": "In the 'New Connection' window, scroll down to the 'Database' section and click on the 'Percona' option."
  },
  {
    "start": 13,
    "end": 36,
    "text": "Configure Percona Details",
    "description": "In the 'New Percona Connection' dialog, enter the connection details. Type 'Percona Connection' for the Name, 'localhost' for the Server, 'root' for the Username, your password in the Password field, and 'Phoenix' for the Database. Ensure the Port is set to '3306'."
  },
  {
    "start": 36,
    "end": 37,
    "text": "Validate Percona Connection",
    "description": "Click the 'Validate' button to confirm that the provided Percona details and credentials are correct and that Infoveave can successfully connect."
  },
  {
    "start": 37,
    "end": 42,
    "text": "Save Percona Connection",
    "description": "After the connection validates successfully, click the 'Save' button to finalize and add the 'Percona Connection' to your list of available connections."
  }
]
    }
  poster="/images/introduction-poster.png"
  posterText="Creating Percona Connection"
  client:load
/>

Percona connection helps you connect to a **Percona database** and run queries directly from Infoveave.



## Adding a Percona Connection

To create a new Percona connection:
<Steps>
1. Go to the **Database** section.
2. Select **Percona** from the available connectors.
3. Fill in the required connection details in the **New Percona Connection** form.
</Steps>


## Connection Parameters

When setting up a Percona connection, you need to provide the following details:

| Field      | Description |
|------------|-------------|
| **Name**   | A unique name to identify your connection. |
| **Port**   | Port number for Percona (default is `3306`). |
| **Server** | The Percona server endpoint. |
| **Username** | Your Percona database username. |
| **Password** | The corresponding password for the username. |
| **Database** | The Percona database you want to connect to. |
| **Schema** | The schema inside the database to be used (optional). |



## Steps to Validate and Save
<Steps>
1. After filling in the details, click **Validate** to verify the connection.  
2. If validation succeeds, click **Save** to store the connection.  
3. You can now use Percona as a datasource in your Infoveave workspace.  
</Steps>


## Example Use Case

With a Percona connection configured, you can:

- Query and manage scalable Percona database clusters.  
- Use MySQL-compatible SQL queries for analysis.  
- Integrate Percona data into Infoboards for dashboards, reports, and insights.  


