1
0
mirror of https://github.com/tommytran732/MariaDB-Root-Password-Reset synced 2024-09-07 18:23:31 -04:00

Update mariadb-103.sh

This commit is contained in:
TommyTran732 2020-07-10 19:59:25 -04:00 committed by GitHub
parent 52a108e92b
commit 035b38e954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ mariadb_root_reset(){
SQL="${Q1}${Q2}${Q3}"
mysql mysql -e "$SQL"
pkill mysqld
service mariadb restart
service mysqld restart
output "Your MariaDB root password is $rootpassword"
}