Mysql> SHOW DATABASES;

Using mysql.exe at the mysql> prompt when I type SHOW DATABASES; I only can see the test database. I know the default username is root which has all access but how do I use mysql.exe to log in using the root username?

:angel: