> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/pam-with-devolutions-cloud/providers/mysql-user-provider.md).

# MySQL user provider

The MySQL provider in Devolutions Cloud enables secure, centralized management of MySQL privileged accounts.

### General

| OPTION                      | DESCRIPTION                                        |
| --------------------------- | -------------------------------------------------- |
| **Name**                    | Specify a descriptive name for the provider.       |
| **Description**             | Add context or notes about the provider's purpose. |
| **Hostname** **(required)** | Enter the MySQL server’s address.                  |
| **Port**                    | Type the port number.                              |
| **Username** **(required)** | Provide the MySQL user account.                    |
| **Password** **(required)** | Enter the associated password for the MySQL user.  |

### Checkout policy

| OPTION                   | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Checkout policy mode** | <ul><li><em><strong>Default (Inherited)</strong></em>: This mode uses the <strong>default checkout policy</strong> defined in <em><strong>Administration</strong></em> – <em><strong>Privileged access</strong></em> – <em><strong>Settings</strong></em> – <em><strong>PAM checkout policy</strong></em>.</li><li><em><strong>Inherited</strong></em>: Inherit the checkout policy from a higher-level entry.</li><li><em><strong>Custom</strong></em>: Configure a custom policy for this specific provider.</li></ul> |

### Account lifecycle policy

| OPTION                | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Password rotation** | Select the password policy. Password policies are created in ***Administration*** – ***Management*** – ***Password policies***.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Synchronization**   | <ul><li><em><strong>Default (Inherited)</strong></em>: This mode uses the <strong>default PAM synchronization policy</strong> defined in <em><strong>Administration</strong></em> – <em><strong>Privileged access</strong></em> – <em><strong>Settings</strong></em> – <em><strong>PAM account lifecycle policy</strong></em> – <em><strong>PAM synchronization policy</strong></em>.</li><li><em><strong>None</strong></em>: Disables synchronization.</li><li><em><strong>Inherited</strong></em>: Inherit the <strong>PAM synchronization policy</strong> from a higher-level entry.</li><li><em><strong>Custom</strong></em>: Define a custom synchronization interval (e.g., hourly, daily).</li></ul> |

### PowerShell settings

| OPTION                       | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **PowerShell settings mode** | <ul><li><em><strong>Default (Workspace settings)</strong></em>: Use the default configuration for PowerShell as defined in <em><strong>Administration</strong></em> – <em><strong>Privileged access</strong></em> – <em><strong>Settings</strong></em> – <em><strong>PowerShell default settings</strong></em>.</li><li><em><strong>Workspace settings</strong></em>: Select the PowerShell settings defined within the same workspace.</li><li><em><strong>Custom</strong></em>: Create custom PowerShell settings for the provider.</li></ul> |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.devolutions.net/pam/pam-with-devolutions-cloud/providers/mysql-user-provider.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.
