Skip to content

Instantly share code, notes, and snippets.

@surjithctly
Created June 27, 2015 09:33
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 surjithctly/6f40d414afb913f52a2a to your computer and use it in GitHub Desktop.
Save surjithctly/6f40d414afb913f52a2a to your computer and use it in GitHub Desktop.
Remove root Password from PHPmyAdmin Localhost
/*
Wamp => SQL Console => Paste the code belwo
*/
SET PASSWORD FOR root@localhost=PASSWORD('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment