From 50ea42798ea6da1a1bbaccf475e0b99e602fe5ae Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 26 Sep 2024 09:50:53 +0200 Subject: [PATCH] Update phpmyadmin.md --- website/docs/panel/databases/phpmyadmin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/panel/databases/phpmyadmin.md b/website/docs/panel/databases/phpmyadmin.md index 4656f578..353af44a 100644 --- a/website/docs/panel/databases/phpmyadmin.md +++ b/website/docs/panel/databases/phpmyadmin.md @@ -10,7 +10,7 @@ phpMyAdmin is an advanced MySQL database management tool and is recommended only To access phpMyAdmin click on **Databases > phpMyAdmin** link in the sidebar. You will be automatically logged into the phpMyAdmin interface where you can view all existing databases and their tables. -:::warning +:::danger Editing and manipulating tables directly from phpMyAdmin could break your site if not done correctly. If you are not comfortable doing this, please check with a developer first. :::