Update 'README.md'

This commit is contained in:
Sarimoko 2022-02-18 21:08:15 +00:00
parent f82f7055d2
commit 73a0aa3ef8
1 changed files with 8 additions and 3 deletions

View File

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