In order to get into MySQL you will want to go in as the User “root” since we really have not set up any access rights for users at this point
The Command for this is:
$ mysql -u root -p
mysql: Name of the Application
-u root: Log in as user root
-p : ask for password