diff --git a/mysql-8.sh b/mysql-8.sh new file mode 100755 index 0000000..09232be --- /dev/null +++ b/mysql-8.sh @@ -0,0 +1,7 @@ +#!/bin/sh -e + +sudo apt update + +sudo apt install mysql-server + +sudo mysql_secure_installation \ No newline at end of file