You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version 这种错误主要是由于,使用了现在版本的mysql不支持的命令引起的错误,比如 从MYSQL5.5开始,TYPE=MYISAM这种 You have an error in your SQL synta
创建用户tt,tt2 create user tt identified by tt;create user tt2 identified by tt; 授予用户tt系统权限(with admin option) grant create session,create table to tt with admin option; 用户tt将系统权限授予用户tt2 conn tt/ttgrant c