创建数据库名的时候报错咋办啊

mysql> creat datebase test;
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 'creat datebase test' at line 1

create database test;
--是create,不是 creat;
--是database,不是datebase

和我一样有时候,自己看不出来,很简单的问题, 这个你要看他的报错, syntax (都指示了语法错误)