From f1edfeae7a782a05d1667fb302cc282a0e0ac146 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 23 Dec 2023 11:36:27 -0500 Subject: [PATCH] temp... --- protected/README.MD | 1 + 1 file changed, 1 insertion(+) 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