Skip to content

Instantly share code, notes, and snippets.

@adavidoaiei
Created August 28, 2023 14:12
Change password MySQL
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'parola';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment