hibernate4+mysql5.5建表失败!!!!各种方言全试过了没用……
信息: Initializing Spring root WebApplicationContext
org.hibernate.dialect.MySQL5InnoDBDialect
[ERROR,SchemaUpdate,localhost-startStop-1] HHH000388: Unsuccessful: create table race@192.168.10.150.TT (id integer not null auto_increment, primary key (id)) ENGINE=InnoDB
[ERROR,SchemaUpdate,localhost-startStop-1] 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 '@192.168.10.150.TT (id integer not null auto_increment, primary key (id)) ENGINE' at line 1
[ERROR,SchemaUpdate,localhost-startStop-1] HHH000388: Unsuccessful: create table race@192.168.10.150.t_users (id integer not null auto_increment, login_date datetime, password varchar(255), try_times integer, username varchar(255), primary key (id)) ENGINE=InnoDB
[ERROR,SchemaUpdate,localhost-startStop-1] 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 '@192.168.10.150.t_users (id integer not null auto_increment, login_date datetime' at line 1
十月 21, 2016 3:26:13 下午 org.apache.catalina.startup.HostConfig deployDescriptor