Skip to content

Instantly share code, notes, and snippets.

@FernandoCutire
Last active July 18, 2024 19:22
Show Gist options
  • Save FernandoCutire/a18a4213beb62f3896452e99405c399a to your computer and use it in GitHub Desktop.
Save FernandoCutire/a18a4213beb62f3896452e99405c399a to your computer and use it in GitHub Desktop.
Drop user and create a new one
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