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 ```