From 60553ceefa5d8bdfb3ab73e851566890955047e4 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 30 Apr 2025 17:12:11 +0200 Subject: [PATCH] Update how-to-set-mysql-mariadb-per-user-in-openpanel.md --- ...set-mysql-mariadb-per-user-in-openpanel.md | 22 ++++--------------- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/website/docs/articles/docker/how-to-set-mysql-mariadb-per-user-in-openpanel.md b/website/docs/articles/docker/how-to-set-mysql-mariadb-per-user-in-openpanel.md index aae08740..dc99703b 100644 --- a/website/docs/articles/docker/how-to-set-mysql-mariadb-per-user-in-openpanel.md +++ b/website/docs/articles/docker/how-to-set-mysql-mariadb-per-user-in-openpanel.md @@ -1,22 +1,8 @@ # Configuring MySQL or MariaDB per user in OpenPanel -OpenPanel utilizes Docker images as the foundation for hosting packages. Think of Docker images as ISO templates for VPS: they come with pre-installed services and cannot be modified after creation. +When creating a user, you can set mysql type to be used: -## Available Docker Images in OpenPanel +- MySQL +- MariDB -### OpenPanel Community Edition: -- **Nginx with MySQL** -- **Apache with MySQL** - -### OpenPanel Enterprise Edition (additional images): -- **Nginx with MariaDB** -- **Apache with MariaDB** - -## How to Assign MariaDB to a User - -To use MariaDB for a specific user instead of MySQL, follow these steps on a server running OpenPanel Enterprise Edition: - -1. [Create a new hosting plan](/docs/admin/plans/hosting_plans/#create-a-plan). -2. Select one of the MariaDB-based Docker images (Nginx with MariaDB or Apache with MariaDB) for the plan. - -Any user created under this plan will automatically use a Docker image with MariaDB instead of MySQL. +Users also have an option *Change MySQL Type* that allows them to switch form one type to another.