Skip to content

Instantly share code, notes, and snippets.

@strongant
Created June 1, 2023 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strongant/ef590cc28775b3e3c776935f8763e91e to your computer and use it in GitHub Desktop.
Save strongant/ef590cc28775b3e3c776935f8763e91e to your computer and use it in GitHub Desktop.
mac reset grafana password
sqlite3 /usr/local/var/lib/grafana/grafana.db
update user set password = '59acf18b94d7eb0694c61e60ce44c110c7a683ac6a8f09580d626f90f4a242000746579358d77dd9e570e83fa24faa88a8a6', salt = 'F3FAxVm33R' where login = 'admin';
.exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment