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

# Install MariaDB on a Windows Server VPS

> Install and configure MariaDB on a Windows VPS or dedicated server: run the MSI installer, set a root password, and enable remote connections.

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

<img src="https://mintcdn.com/centrixnodes-mintlify-039aa6e3/Jdv9-hG4yzSF4yMc/images/windows/mariadb/sqlwindowslanding.jpg?fit=max&auto=format&n=Jdv9-hG4yzSF4yMc&q=85&s=c0d690f0973014f9d644005f57fddd2b" 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-039aa6e3/Jdv9-hG4yzSF4yMc/images/windows/mariadb/mysqlinstall.jpg?fit=max&auto=format&n=Jdv9-hG4yzSF4yMc&q=85&s=fd1681abe1d14290ebbdd5218220d646" 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-039aa6e3/Jdv9-hG4yzSF4yMc/images/windows/mariadb/step2.jpg?fit=max&auto=format&n=Jdv9-hG4yzSF4yMc&q=85&s=974312b646e1cd959227aadc434a4adf" 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-039aa6e3/Jdv9-hG4yzSF4yMc/images/windows/mariadb/step3.jpg?fit=max&auto=format&n=Jdv9-hG4yzSF4yMc&q=85&s=3e7868e58804f948e480f1a34812b652" 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>
