idea连接mysql数据库
zai_deng_dai
这个作者很懒,什么都没留下…
展开
-
java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corres
java.sql.SQLSyntaxErrorException: 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 '? ) order by id desc' at line 1 下面是代码信息 经过多方询问,各种百度,然后,最终发现,是自己非得多写个玩意,mmp。 注意:已经用原创 2020-11-30 17:59:55 · 1484 阅读 · 0 评论 -
java.sql.SQLRecoverableException: Io 异常: Undefined Error
问题详细 源码 使用的是Oracle11g数据库,jdbc用的是ojdbc6.jar。最后找到的原因是因为:本机计算机用户的名字是中文的,idea2019不支持,如果不修改计算机用户的名字,只能再做一些修改 在VM options:后面加上 -Duser.name=user就可以了 ...原创 2020-11-20 13:07:00 · 2328 阅读 · 2 评论 -
idea中 database.properties连接mysql数据库的方法
方法一:绝对路径,FileInputStream方法相对路径弄了好久没弄明白。 方法二:将resources包放在了src下,然后使用的相对路径。 我是在等待,不知道等待什么的在等待。原创 2020-10-15 21:10:55 · 600 阅读 · 0 评论 -
java.io.FileNotFoundException: database.properties (系统找不到指定的文件。)
java.io.FileNotFoundException: database.properties (系统找不到指定的文件。) java.io.FileNotFoundException: database.properties (系统找不到指定的文件。) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.File原创 2020-10-15 20:59:44 · 1229 阅读 · 0 评论 -
java.sql.SQLException: The server time zone value ‘Öйú±ê׼ʱ¼ä‘ is unrecognized or represents more
java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. 这个问题是由于时间问题导致的 java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.原创 2020-10-15 20:45:41 · 218 阅读 · 0 评论 -
MySQLNonTransientConnectionException
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. at sun.reflect.原创 2020-10-15 20:53:31 · 478 阅读 · 0 评论