> ## Documentation Index
> Fetch the complete documentation index at: https://centrixnodes-mintlify-48095b11.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-48095b11/mmauAnqn1bSaryHX/images/windows/mariadb/sqlwindowslanding.jpg?fit=max&auto=format&n=mmauAnqn1bSaryHX&q=85&s=f175e6494b5c94b59d41380002d43156" 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-48095b11/mmauAnqn1bSaryHX/images/windows/mariadb/mysqlinstall.jpg?fit=max&auto=format&n=mmauAnqn1bSaryHX&q=85&s=b3f36b81b4f7aebafd46f057074f8213" 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-48095b11/mmauAnqn1bSaryHX/images/windows/mariadb/step2.jpg?fit=max&auto=format&n=mmauAnqn1bSaryHX&q=85&s=b3009111cc0aa8ea12ab454dbafe8ac2" 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-48095b11/mmauAnqn1bSaryHX/images/windows/mariadb/step3.jpg?fit=max&auto=format&n=mmauAnqn1bSaryHX&q=85&s=f0c7dae9fe30e26d47d425cd5f7ff317" 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>
