PHPMyAdmin is giving me a message saying that the user (root) does not have a password.
So, how can I create one?
I only had to change one line of the file config.inc.php located in C:\wamp\apps\phpmyadmin4.1.14.
config.inc.php
C:\wamp\apps\phpmyadmin4.1.14
Put the right password here ...
$cfg['Servers'][$i]['password'] = 'Put_Password_Here';