otovan87
Messages postés1Date d'inscriptionmardi 31 mars 2015StatutMembreDernière intervention31 mars 2015
-
Modifié par otovan87 le 31/03/2015 à 03:29
J'ai utilisé eclipse luna instalé easy php puis j'ai créé une base de donnée nommée test avec l'aide de phpmydmin,quand j'ai voulu créer ma table j'ai rencontré un problème:
01:54:26,638 INFO Version:15 - Hibernate Annotations 3.4.0.GA
01:54:26,658 INFO Environment:560 - Hibernate 3.3.2.GA
01:54:26,663 INFO Environment:593 - hibernate.properties not found
01:54:26,668 INFO Environment:771 - Bytecode provider name : javassist
01:54:26,673 INFO Environment:652 - using JDK 1.4 java.sql.Timestamp handling
01:54:26,753 INFO Version:14 - Hibernate Commons Annotations 3.1.0.GA
01:54:26,763 INFO Configuration:1474 - configuring from resource: hibernate.cfg.xml
01:54:26,763 INFO Configuration:1451 - Configuration resource: hibernate.cfg.xml
01:54:26,843 INFO Configuration:1589 - Configured SessionFactory: null
01:54:26,863 INFO Dialect:175 - Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
01:54:26,933 INFO AnnotationConfiguration:369 - Hibernate Validator not found: ignoring
01:54:26,938 INFO SchemaExport:226 - Running hbm2ddl schema export
01:54:26,938 DEBUG SchemaExport:242 - import file not found: /import.sql
01:54:26,938 INFO SchemaExport:251 - exporting generated schema to database
01:54:26,938 INFO DriverManagerConnectionProvider:64 - Using Hibernate built-in connection pool (not for production use!)
01:54:26,938 INFO DriverManagerConnectionProvider:65 - Hibernate connection pool size: 2
01:54:26,938 INFO DriverManagerConnectionProvider:68 - autocommit mode: false
01:54:26,948 INFO DriverManagerConnectionProvider:103 - using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/test
01:54:26,948 INFO DriverManagerConnectionProvider:109 - connection properties: {user=root, password=****}
Tue Mar 31 01:54:27 WEST 2015 WARN: Invalid value {1} for server variable named {0}, falling back to sane default of {2}.
01:54:27,186 INFO SchemaExport:268 - schema export complete
01:54:27,186 INFO DriverManagerConnectionProvider:170 - cleaning up connection pool: jdbc:mysql://localhost:3306/test
Merci d'avance à tout ceux qui voudront m'aider,là je suis comlètement bloqué