国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

java - jdbc無法連接postgresql數(shù)據(jù)庫
給我你的懷抱
給我你的懷抱 2017-05-17 10:02:08
0
2
1088
  • 使用jdbc連接postgresql數(shù)據(jù)庫時報錯如下:

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: 
### Error querying database.  Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (????????: ?????? "uav_test " ??????)
### The error may exist in file [G:\Uav\NewMavenDemo\target\classes\mapper\UserMapper.xml]
### The error may involve UserMapper.getUserInfo
### The error occurred while executing a query
### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (????????: ?????? "uav_test " ??????)
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:79)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:447)
    at com.sun.proxy.$Proxy27.selectList(Unknown Source)
  • 關(guān)鍵的報錯信息: Cannot create PoolableConnectionFactory (????????: ?????? "uav_test " ??????)

  • 連接的參數(shù)如下:

#Postgresql  
driver=org.postgresql.Driver
url=jdbc:postgresql://localhost:5432/uav_test 
username=postgres
password=root
dialect=postgresql
  • 當(dāng)我把postgresql數(shù)據(jù)庫改為使用mysql時就沒有問題,mysql時的參數(shù):

driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/mysql
username=root
password=root
dialect=mysql 
  • 不太明白為什么會出現(xiàn)此種情況

給我你的懷抱
給我你的懷抱

全部回復(fù)(2)
迷茫
  • 填坑來了;
    搞了半天,原來是誤把uav_test這個連接名當(dāng)成了數(shù)據(jù)庫名,而且真實的報錯信息是這樣的: 致命錯誤: 數(shù)據(jù)庫 "uav_test" 不存在,可能是因為編碼格式問題,顯示不了中文,導(dǎo)致尋找錯誤無從下手。

  • 菜鳥才會犯得錯啊

曾經(jīng)蠟筆沒有小新

應(yīng)該是sql語句寫錯了吧,

最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板