diff --git a/protected/README.MD b/protected/README.MD index aa7653a..f177b0b 100644 --- a/protected/README.MD +++ b/protected/README.MD @@ -43,6 +43,7 @@ $ cd cms ## SETUP MySQL as Root, run: ``` +# Assign an empty password for MySQL root, it will be changed later...during mysql_secure_installation script. # Install the server: $ sudo apt-get install mysql-server $ sudo systemctl start mysql