Skip to content

Instantly share code, notes, and snippets.

@andriilive
Last active October 20, 2022 21:45
Show Gist options
  • Save andriilive/aa222c04f071c0fde7995316d9089c35 to your computer and use it in GitHub Desktop.
Save andriilive/aa222c04f071c0fde7995316d9089c35 to your computer and use it in GitHub Desktop.
mariadb 10.8.3 root user set password
# mariadb: stable 10.8.3 (bottled)

ALTER USER 'root'@'localhost' IDENTIFIED BY 'root';
flush privileges;
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment