Skip to content

Instantly share code, notes, and snippets.

@peter-mcconnell
Created February 5, 2014 14:50
Show Gist options
  • Select an option

  • Save peter-mcconnell/8825284 to your computer and use it in GitHub Desktop.

Select an option

Save peter-mcconnell/8825284 to your computer and use it in GitHub Desktop.
MySQL change password
USE mysql;
SET PASSWORD FOR 'user-name-here'@'hostname-name-here' = PASSWORD('new-password-here');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment