diff --git a/xCAT-server/sbin/mysqlsetup b/xCAT-server/sbin/mysqlsetup index 7432d9dbe..5ef98e0e5 100755 --- a/xCAT-server/sbin/mysqlsetup +++ b/xCAT-server/sbin/mysqlsetup @@ -934,8 +934,8 @@ sub setupmysqlroot if ($::RUNCMD_RC != 0) { xCAT::MsgUtils->message( - "E", - "mysqladmin -u root password command failed, trying to set root password in MySQL. Possibly already set." + "I", + "Warning, mysqladmin -u root password command failed, trying to set root password in MySQL. If root id has been defined in MySQL, and has a password then this message can be ignored." ); }