From e888e26747524c4886a58308009607289e45caa9 Mon Sep 17 00:00:00 2001 From: jpganz Date: Mon, 12 Aug 2024 12:41:50 +0200 Subject: [PATCH] Update README.md Suggesting to have a less restrictive docker image, the mysql-server has the root user blocked by default, debugging this prior the first class is too hard for the trainees and will result of them not having the MySQL service up and running for the class --- lesson1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson1/README.md b/lesson1/README.md index c26080088..f649362d6 100644 --- a/lesson1/README.md +++ b/lesson1/README.md @@ -10,7 +10,7 @@ Before the class you should Docker and MySQL VScode plugin on your computer. ### Installing Docker and the MySQL VScode plugin: -- Install docker by following the instructions here: https://drive.google.com/file/d/1zVV9SyqxkHPnieQ3f2gned7JAljnvZtt/view?usp=drive_link +- Install docker by following the instructions here: https://drive.google.com/file/d/1zVV9SyqxkHPnieQ3f2gned7JAljnvZtt/view?usp=drive_link (You can use the Docker image mysql:latest instead of mysql-server to run a less restrictive MySQL instance. Recommended) - Install the MySQL VSCode plugin by following the instructions here: https://drive.google.com/file/d/1FS50CCVUgRAXe9SfS8IMyCY9tFqCXna8/view?usp=drive_link ### To learn what Docker is, you can read these articles: