the error message means you do not have enough rights. try this line
C:\mysql\bin>mysql -uroot -pYOURPASSWORD u is for username and p for password
you don't need to change anything .Try this and see what happen(I am assuming you are using windows)
goto command prompt then goto your mysql folder and type this
c:\yourmysqlfolder\bin>mysql -uroot
then you will see this page
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 14 to server version: 3.23.58-max
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
if you see this page it means you can connect to your mysql server
other soloution is use phpmyadmin
try to download it from this link it's very easy to setup
http://prdownloads.sourceforge.net/p...2.zip?download
but remember you should install php first and you should have iis installed aswell
Best Regards,
Hamed Gholamian