I have installed WampServer Version 2.5 on my computer. I have been trying to set the MySQL root password using command prompt but it will not recognize my commands.
When I type the following:
mysqladmin -u root status
I get the following error:
'mysqladmin' is not recognized as an internal or external command, operable program or batch file.
I was following online directions, in order to add the MySQL command prompt in WampServer to my Windows system path, and I think I did it right.
I also did a command line search for the 'mysqld.exe' file using
'dir mysqld.exe /s /p'
and I did not get any directory path.