Skip to content

Instantly share code, notes, and snippets.

@devorbitus
Created January 16, 2025 20:01
Show Gist options
  • Select an option

  • Save devorbitus/437ebe7639956c3ed26f2bee3218b5dc to your computer and use it in GitHub Desktop.

Select an option

Save devorbitus/437ebe7639956c3ed26f2bee3218b5dc to your computer and use it in GitHub Desktop.
Akeyless MySQL Create Admin User for Dynamic Secrets

Akeyless MySQL Create Admin User for Dynamic Secrets

GRANT ALL PRIVILEGES ON *.* TO 'newadmin'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment