> ## Documentation Index
> Fetch the complete documentation index at: https://centrixnodes-mintlify-bc69dab1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MariaDB Setup

> How to setup MariaDB on a Windows Server

### Step 1: Install MariaDB from the official [Website](https://mariadb.org/download/)

<img src="https://mintcdn.com/centrixnodes-mintlify-bc69dab1/tTwWjWnR4xKvrsFp/images/windows/mariadb/sqlwindowslanding.jpg?fit=max&auto=format&n=tTwWjWnR4xKvrsFp&q=85&s=a56393659e62b3d2bf93ea7cd080819f" alt="MariaDB Windows Installation Page" width="1920" height="1080" data-path="images/windows/mariadb/sqlwindowslanding.jpg" />

### Step 2: Configure MariaDB

1. Click on the download installation file and run it.

<img src="https://mintcdn.com/centrixnodes-mintlify-bc69dab1/tTwWjWnR4xKvrsFp/images/windows/mariadb/mysqlinstall.jpg?fit=max&auto=format&n=tTwWjWnR4xKvrsFp&q=85&s=5da4221d15c1051f545c85ece8a5efd4" alt="MariaDB Windows Installation File" width="1920" height="1080" data-path="images/windows/mariadb/mysqlinstall.jpg" />

2. Follow the installation prompts and select the appropriate options for your server.

<img src="https://mintcdn.com/centrixnodes-mintlify-bc69dab1/tTwWjWnR4xKvrsFp/images/windows/mariadb/step2.jpg?fit=max&auto=format&n=tTwWjWnR4xKvrsFp&q=85&s=27cca178678940f4a530378c15c9eb8c" alt="MariaDB Windows Configuration" width="1919" height="1079" data-path="images/windows/mariadb/step2.jpg" />

3. During the configuration, you will be prompted to set up a root user and password. Make sure to remember this information as you will need it to access the database.

<img src="https://mintcdn.com/centrixnodes-mintlify-bc69dab1/tTwWjWnR4xKvrsFp/images/windows/mariadb/step3.jpg?fit=max&auto=format&n=tTwWjWnR4xKvrsFp&q=85&s=3f7843cfa4c0d7c602b864416b9f74ee" alt="MariaDB Windows Root User Setup" width="1919" height="1078" data-path="images/windows/mariadb/step3.jpg" />

4. After you're done with the configuration, click "Finish" to complete the installation.

<Check>
  **Congratulations!** You have successfully set up MariaDB on your Windows Server. You can now start using it to manage your databases.
</Check>
