From 73a0aa3ef89ae3384b43b076810be63b0140e2ed Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 18 Feb 2022 21:08:15 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 121022b..7f56b23 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,16 @@ Heyo is a Hello World for MySQL *** -MySQL . sql cvs +MySQL Filetypes | .sql | .cvs -# IMPORTANT -The default install of MySQL on Ubuntu/Debain are NOT super secure... Yes the ip.port is blocked to local connections by default but if your SSH get pops any user with sudo can have root to your mysql as well... so to fix that run this command. You may want to lock mysql down AFTER you've configed mysql for your projects needs. +## Install +```bash +sudo apt install mysql-server -y ``` + +## IMPORTANT +The default install of MySQL on Ubuntu/Debain are NOT super secure... Yes the ip.port is blocked to local connections by default but if your SSH get pops any user with sudo can have root to your mysql as well... so to fix that run this command. You may want to lock mysql down AFTER you've configed mysql for your projects needs. +```bash sudo mysql_sercure_installation ```