Add mysql install
This commit is contained in:
parent
b528d95761
commit
a05d1dcad6
7
mysql-8.sh
Executable file
7
mysql-8.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
sudo apt update
|
||||||
|
|
||||||
|
sudo apt install mysql-server
|
||||||
|
|
||||||
|
sudo mysql_secure_installation
|
Loading…
Reference in New Issue
Block a user