From c0c63b62e71c12b03613ac0b469587d478fc3a65 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Fri, 10 Jul 2020 19:56:23 -0400 Subject: [PATCH] Update mariadb-103.sh --- mariadb-103.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb-103.sh b/mariadb-103.sh index c87ad1f..7c4226f 100644 --- a/mariadb-103.sh +++ b/mariadb-103.sh @@ -3,7 +3,7 @@ output(){ } mariadb_root_reset(){ - service mariadb stop + service mysqld stop mysqld_safe --skip-grant-tables >res 2>&1 & sleep 5 rootpassword=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1`