# MySQL Depreciation

If your store currently uses MySQL Commands to deliver packages, you will need to **transition to a supported integration type** to ensure continued functionality.

***

### Recommended Replacement: Webhooks

For most creators, the best replacement for MySQL Commands is our **Webhooks integration**.

#### 💡 What are Webhooks?

Webhooks allow Tebex to send **real-time HTTP requests** to an endpoint (a script or application you host). These requests contain all the relevant payment data, such as:

* Transaction ID
* Purchased items
* Player details
* Pricing and timestamp info

You can then process this data however you like — including executing the **same MySQL logic** you previously used.

> **More flexible and secure than raw SQL execution**

***

### 🔀 Other Integration Options

Depending on your game and infrastructure, you may prefer one of our other supported methods:

| **Integration Type**        | **Use Case**                                                    |
| --------------------------- | --------------------------------------------------------------- |
| **Webhooks**                | Real-time event handling with full control over command logic   |
| **RCON (via RCON Adapter)** | Direct command execution for RCON-compatible game servers       |
| **Game Plugins**            | Official plugin support for games like Minecraft, Rust, ARK     |
| **File Downloads**          | Deliver game files, configurations, or mods to customers        |
| **License Keys**            | Sell and distribute product keys for third-party software       |
| **CFX KeyMaster Assets**    | Monetize assets for **FiveM** servers via KeyMaster integration |

> 🔍 You can explore and configure these integration types from your **Tebex Control Panel**.

***

### Getting Started with Your Migration

To begin your transition:

* **Set up Webhooks** directly from your Control Panel.
* **Need help with your existing MySQL logic?**\
  Webhooks allow you to replicate this functionality by executing MySQL queries on your own backend after parsing incoming webhook data.

***

### 🔀 Prefer a Different Integration Type?

You can also choose from any of our other supported methods, depending on your game or workflow needs:

* [**RCON**](https://docs.tebex.io/creators/tebex-control-panel/game-servers/rcon-adapter) – using our modern RCON Adapter for improved reliability
* [**Official Plugins**](https://creator.tebex.io/plugins) – available for selected games (check compatibility here)
* [**File Downloads**](https://docs.tebex.io/creators/tebex-control-panel/game-servers/product-deliverables-configuration#file-downloads) – deliver server files, mods, or resources
* [**License Keys**](https://docs.tebex.io/creators/tebex-control-panel/game-servers/product-deliverables-configuration#license-keys) – distribute product keys or activation codes
* [**CFX KeyMaster Assets**](https://docs.tebex.io/creators/tebex-control-panel/game-servers/product-deliverables-configuration#fivem-assets) – for monetizing FiveM content through KeyMaster

***

### Need Help?

[Contact Tebex Support ](https://www.tebex.io/support-creator-form)


---

# 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://docs.tebex.io/creators/tebex-control-panel/game-servers/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.
