Last active
July 18, 2024 19:22
-
-
Save FernandoCutire/a18a4213beb62f3896452e99405c399a to your computer and use it in GitHub Desktop.
Drop user and create a new one
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drop user admin@localhost; | |
flush privileges; | |
create user admin@localhost identified by 'admins_password' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment