Skip to content

Instantly share code, notes, and snippets.

@surjithctly
Created June 27, 2015 09:33
Show Gist options
  • 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