diff --git a/web/add/db/index.php b/web/add/db/index.php
index bca48870..e45ad241 100644
--- a/web/add/db/index.php
+++ b/web/add/db/index.php
@@ -53,7 +53,7 @@ top_panel($user,$TAB);
unset($v_password);
unset($output);
} else {
- $_SESSION['ok_msg'] = "OK: database ".$_POST['v_database']." has been created successfully.";
+ $_SESSION['ok_msg'] = "OK: database ".$user."_".$_POST['v_database']." has been created successfully.";
unset($v_database);
unset($v_dbuser);
unset($v_password);