create table aaa(
    id int not null)DEFAULT CHARSET=utf8;
以上是MYSQL建表是语句,请问是哪里错了? ERROR 1064: 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 'DEFAULT CHARSET=utf8' at line 2 
以上是系统给我的错误