Hi!

I'm new to SQL.

I was trying to create a new database called database1 in MySQL workbench environment.
This version of MySQL is
127.*.*.*:****

When I typed the query as,

CREATE SCHEMA `database1` ;

and clicked execute the selected scrip or portion.......

But it keeps displaying error 1064

What could be the reason for this?

2 answers

did you look up error 1064 to see what it means?
Yeah it is something regarding my query and says "`" depends on the version or something like that.