From fd366c91669eda795b29e82082eecf1a535c04a2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 6 Mar 2015 08:14:00 -0500 Subject: [PATCH] Clarify message Signed-off-by: Marc Delisle --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index ca264085d5..5fffe11d8d 100644 --- a/index.php +++ b/index.php @@ -444,8 +444,8 @@ if ($server != 0 ) { trigger_error( __( - 'Your configuration file contains settings (root with no password)' - . ' that correspond to the default MySQL privileged account.' + 'You are connected as \'root\' with no password, which' + . ' corresponds to the default MySQL privileged account.' . ' Your MySQL server is running with this default, is open to' . ' intrusion, and you really should fix this security hole by' . ' setting a password for user \'root\'.'