mirror of
https://github.com/tommytran732/MariaDB-Root-Password-Reset
synced 2024-11-21 18:31:34 -05:00
Update mariadb-103.sh
This commit is contained in:
parent
035b38e954
commit
3fa463119a
@ -3,7 +3,7 @@ output(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
mariadb_root_reset(){
|
mariadb_root_reset(){
|
||||||
service mysqld stop
|
service mysql stop
|
||||||
mysqld_safe --skip-grant-tables >res 2>&1 &
|
mysqld_safe --skip-grant-tables >res 2>&1 &
|
||||||
sleep 5
|
sleep 5
|
||||||
rootpassword=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1`
|
rootpassword=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1`
|
||||||
@ -13,7 +13,7 @@ mariadb_root_reset(){
|
|||||||
SQL="${Q1}${Q2}${Q3}"
|
SQL="${Q1}${Q2}${Q3}"
|
||||||
mysql mysql -e "$SQL"
|
mysql mysql -e "$SQL"
|
||||||
pkill mysqld
|
pkill mysqld
|
||||||
service mysqld restart
|
service mysql restart
|
||||||
output "Your MariaDB root password is $rootpassword"
|
output "Your MariaDB root password is $rootpassword"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user