I just installed MySQL on my computer and when I try to create a database from the MySQL shell, I get this error:
MySQL JS > CREATE DATABASE databasename; Sy
You can type:
Mysql JS> \sql Mysql SQL> \connect root@localhost
and provide your password.