Skip to content

Commit

Permalink
Update provision.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Oct 28, 2024
1 parent c2b1de2 commit b6297c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provision/core/mariadb/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ SQL
vvv_warn " * The root password is not root, fixing"
systemctl stop mariadb
mysqld_safe --skip-grant-tables --skip-networking &
# give the safemode server a chance to start,
sleep 1
sql=$( cat <<-SQL
ALTER USER 'root'@'localhost' IDENTIFIED BY 'root';
FLUSH PRIVILEGES;
Expand Down

0 comments on commit b6297c5

Please sign in to comment.