Database creation issue

I am getting this when i try to create db.
This topic is discussed in 2 Tier applications at 3:50

please help me.
Thanks in advance

ignore the first error as i forgot to give semicolon at the end. Thi is i the actual error i am getting

For the second error you can try with :
MySQL -u root

1 Like

connect mysql client with an authorized user
Ex: mysql -uroot
or
MySQL -uroot -p (with password)
or
MySQL -u