I have just downloaded WAMP. I want to configure a password for the MySQL root user using MySQL console. No password has been set previously.
The following is the in
Try this:
UPDATE mysql.user SET password=password("elephant7") where user="root"