我安装了jdon-2.5采用mysql做数据库,已经将jive―mysql.sql导入数据库,并且我试了一下,可以在cmd窗口中,往表里插入数据,可安装到数据库是总是显示数据库连接不能建立。打开日志文件"jiveHome\logs\DefaultConnectionProvider.log" 查看错误信息然后返回修正错误。 打开logs文件显示如下:“Starting ConnectionPool:
dbDriver = org.gjt.mm.mysql.Driver
dbServer = jdbc:mysql://localhost/jive
dbLogin = ss
log file = C:\jiveHome\logs\DefaultConnectionProvider.log
minconnections = 3
maxconnections = 10
Total refresh interval = 0.5 days
-----------------------------------------
--->Attempt (1 of 5) failed to create new connections set at startup:
java.sql.SQLException: Invalid authorization specification: Access denied for user: 'ss@localhost' (Using password: YES)
Will try again in 10 seconds...
--->Attempt (2 of 5) failed to create new connections set at startup:
java.sql.SQLException: Invalid authorization specification: Access denied for user: 'ss@localhost' (Using password: YES)
Will try again in 10 seconds...
--->Attempt (3 of 5) failed to create new connections set at startup:
java.sql.SQLException: Invalid authorization specification: Access denied for user: 'ss@localhost' (Using password: YES)
Will try again in 10 seconds...
--->Attempt (4 of 5) failed to create new connections set at startup:
java.sql.SQLException: Invalid authorization specification: Access denied for user: 'ss@localhost' (Using password: YES)
Will try again in 10 seconds...
All attempts at connecting to Database exhausted
”
谁帮我看看是什么错误啊?