Update 'README.md'
This commit is contained in:
parent
f82f7055d2
commit
73a0aa3ef8
11
README.md
11
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue