# Setup MariaDB on Windows Server

***

#### These are the steps to install MariaDB using your Windows GUI

1. Open your browser and search "MariaDB" or enter this link to our recommended version (11.4.3)

   <https://mariadb.org/download/?t=mariadb&p=mariadb&r=11.4.3>&#x20;
2. Set Up the page like this to get the correct configuration

<figure><img src="https://1974706686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOVdhe6ew9IpfPpowigvO%2Fuploads%2FHpUJxqE2rgDjaR1avBVp%2FScreenshot-Iker-Macbook-Pro%202024-10-13%20at%2012.14.%402x.png?alt=media&#x26;token=9c78c95e-155c-4b82-a574-22f261e20693" alt="" width="563"><figcaption><p>Screenshot from Mariadb download configuration</p></figcaption></figure>

3. Once downloaded, open the installer.
4. Click on next, accept the terms, next, keep it selected at MariaDB Server and click next.
5. Now it asks you to setup a password, make sure this password is strong if you want to open your SQL to internet (opening the port 3306 to WAN), enter a password, and check the boxes as shown in the image. Once done click next, if you don't want to open the service to external access you can avoid to set up a password.

<figure><img src="https://1974706686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOVdhe6ew9IpfPpowigvO%2Fuploads%2FeMC21oPunPwDUd57c0CO%2Fimage.png?alt=media&#x26;token=9bb2bafc-7302-49c2-9717-79e1e5495594" alt="" width="542"><figcaption></figcaption></figure>

6. Now keep everything at default like this:

<figure><img src="https://1974706686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOVdhe6ew9IpfPpowigvO%2Fuploads%2F2bqa2cTAv3smMW5RGcne%2Fimage.png?alt=media&#x26;token=1a398252-8022-4b11-9d10-e066dae7366a" alt="" width="479"><figcaption></figcaption></figure>

7. Click on next, and install it, now every time the server restarts the mariaDB service will start as a service.
