# Wordpress on StackOS

### Super Important!

Change the database image from maridb:10.4 to mariadb:10.8 for a more consistent database booting experience.

We have seen some cases where mariadb:10.4 fails to fully setup/boot and "looks like it is running" but all incoming connections fail

## ✅ Fund your Account

{% content-ref url="/pages/sodf0F6zVbGwDpXrAcHs" %}
[Account Funding - Wordpress](/stackos-docs/wordpress/account-funding-wordpress.md)
{% endcontent-ref %}

## ✅ Launching on the App Store

**Go to the App Store**

![](/files/WxQSQC37qdpK10cwm2YT)

**Select WordPress**

![](/files/OPfW7yA11BWFvAGRLap7)

## ✅ Set DB Username and Password

![](/files/hw9jXeMPrFRPdArd3cQf)

## ✅ Alter Wordpress Settings (rare)

Typically no changes, but be aware changes are possible

![](/files/PrsngVUFSiqTXNbklpJs)

## ✅ Alter Database Settings for Ease of Use

We have seen instances where "mariadb:10.4" fails to fully initialize and will not accept connections.

1\) Change to "mariadb:10.8"

2\) Set the root password to something you know so that you have more options later

3\) Adjust the size of your mysqldb if you know you will upload more than "just a little data" (for example, at least 5GB)

Here is an example environment

```
MYSQL_DATABASE = sqldb
MYSQL_USER = useruser
MYSQL_PASSWORD = passpass
MYSQL_ROOT_PASSWORD = rootroot <- notice this line is different
```

![](/files/ZefFwqEUpe5efo9pnMkm)

## ✅ Launch the WordPress app

![](/files/1WSoGV5PBuZ3QbqIpLNA)

## ✅ Additional Items to Consider

**If you need to get data in/out of your database remotely**

{% content-ref url="/pages/VUZemRRgRjjiowFCYMy2" %}
[phpMyAdmin (Mysql Web Admin)](/stackos-docs/useful-apps/phpmyadmin-mysql-web-admin.md)
{% endcontent-ref %}

**There are quite a few items here that are helpful**

{% content-ref url="/pages/O5uXZKX282jYhqHYddzh" %}
[Wordpress Operations](/stackos-docs/wordpress/launching-a-wordpress-app-on-stackos.md)
{% endcontent-ref %}


---

# 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.stackos.io/stackos-docs/app-store-notes/wordpress-on-stackos.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.
