I can't figure out what I'm doing wrong. I open command prompt, move to my wamp/bin/mysql/bin directory and type
mysql -u root
since there is no password it logs in correctly, but when I type in
show databases
all I get is
->
->
->
until I click control+C
show databases;? I think that you need the last character ; .