From 654d983d9fc80fcc56057d444b90a2bfe6f81980 Mon Sep 17 00:00:00 2001 From: p3t4rc <147734357+p3t4rc@users.noreply.github.com> Date: Thu, 15 May 2025 17:31:17 +0200 Subject: [PATCH] Update databases.md --- website/docs/panel/databases/databases.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/website/docs/panel/databases/databases.md b/website/docs/panel/databases/databases.md index bf4a0aa5..d337f1e0 100644 --- a/website/docs/panel/databases/databases.md +++ b/website/docs/panel/databases/databases.md @@ -4,20 +4,19 @@ sidebar_position: 1 # Databases -![databases.png](/img/panel/v1/databases/databases.png) +![databases.png](/img/panel/v2/databases_main.png) MySQL databases are used to store and manage your website's data, such as content, user information, and product details, making it accessible and organized for your web applications. -On the Databases page, you can view and manage your MySQL databases and users. +On the Databases page, you can view and manage your MySQL databases. -The page provides two tables: Databases and Users, along with options related to them: +The page provides a table containing the users Databases, along with options related to them: - **Databases:** Here, you can view database sizes and all users assigned to each database. -- **Users:** This section lists all your MySQL users and offers options to reset a user's password or delete a user. Available options on the Databases page are: -- **View Databases and Users** +- **View Databases and assigned Users** - **Create a new database** - **Delete a MySQL Database** @@ -25,7 +24,7 @@ Available options on the Databases page are: To create a new MySQL database, click on the "New Database" button and fill in the name of the new database: -![databases_new.png](/img/panel/v1/databases/databases_new.png) +![databases_new.png](/img/panel/v2/databases_new.png) ## Delete a MySQL Database @@ -33,7 +32,7 @@ To delete an existing MySQL database, click on the "Delete" button next to the d Then click on the same 'Confirm' button. -![databases_delete_db.png](/img/panel/v1/databases/databases_delete_db.png) +![databases_delete_db.png](/img/panel/v2/databases_del.png) :::danger ⚠️ Deleting a MySQL database will permanently delete all tables and data for that database.