При попытки создать db выходит ошибка.
создаю так :
CREATE DATABASE 'GRIZZLY' DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
Ошибка:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''GRIZZLY' DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci' at line 1
mysql> CREATE DATABASE 'GRIZZLY' DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''GRIZZLY' DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci' at line 1
Не понимаю в чем проблема, подскажите пожалуйста.