怎么解決吶???
INFO: HHH000046: Connection properties: {user=root, password=****}
七月 21, 2018 5:09:09 下午 org.hibernate.tool.hbm2ddl.SchemaExport execute
ERROR: HHH000231: Schema export unsuccessful
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Client does not support authentication protocol requested by server; consider upgrading MySQL client
?at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
?at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
?at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
?at java.lang.reflect.Constructor.newInstance(Unknown Source)
?at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
?at com.mysql.jdbc.Util.getInstance(Util.java:381)
?at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:984)
?at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
?at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3515)
?at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3447)
?at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:911)
?at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3953)
?at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1276)
?at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2048)
?at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:723)
?at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
?at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
?at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
?at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
?at java.lang.reflect.Constructor.newInstance(Unknown Source)
?at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
?at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302)
?at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
?at java.sql.DriverManager.getConnection(Unknown Source)
?at java.sql.DriverManager.getConnection(Unknown Source)
?at org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl.getConnection(DriverManagerConnectionProviderImpl.java:193)
?at org.hibernate.tool.hbm2ddl.ManagedProviderConnectionHelper.prepare(ManagedProviderConnectionHelper.java:55)
?at org.hibernate.tool.hbm2ddl.DatabaseExporter.<init>(DatabaseExporter.java:52)
?at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:367)
?at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:304)
?at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:293)
?at com.entity.TestStudents.testShemaExport(TestStudents.java:24)
?at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
?at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
?at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
?at java.lang.reflect.Method.invoke(Unknown Source)
?at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
?at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
?at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
?at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
?at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
?at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
?at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
?at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
?at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
?at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
?at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
?at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
?at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
?at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
?at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
?at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
?at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:678)
?at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
?at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
七月 21, 2018 5:09:09 下午 org.hibernate.tool.hbm2ddl.SchemaExport execute
INFO: HHH000230: Schema export complete
2018-07-31
錯(cuò)誤來自配置文件中的與數(shù)據(jù)庫連接的錯(cuò)誤,所以要看看配置數(shù)據(jù)庫的屬性信息是否有誤