当我尝试与数据库连接的java应用程序工作时,我收到了上面的消息。
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
在这里,我将在我的java应用程序中提到一些java代码;我用它们来连接数据库。
jDBC驱动程序名称和
正在连接到选定的数据库...
已成功连接数据库...
正在向表中插入记录...
com.mysql.jdbc.MysqlDataTruncation:数据截断:第1行的列'st_phno‘的值超出范围。再见!
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4072)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468)
at com.mys
因为我是Google的新手,所以我在本地使用MySQL数据库,并且在Google中运行一个示例应用程序。但是我也需要使用googlemysql使用数据库,我在googlemysql区域中引用了一些细节,并在使用googlemysql连接连接googlemysql时找到了一些信息。
我已经为MySQL连接使用了一个示例代码
if (SystemProperty.environment.value() == SystemProperty.Environment.Value.Production) {
// Load the class that provides t