sh.osa.cubetiqs.com/mysql-8.sh

7 lines
92 B
Bash
Raw Permalink Normal View History

2022-01-20 10:55:34 +07:00
#!/bin/sh -e
sudo apt update
sudo apt install mysql-server
sudo mysql_secure_installation