jive 连接 mysql 问题

Starting ConnectionPool:
dbDriver = org.gjt.mm.mysql.Driver
dbServer = jdbc:mysql://localhost/jive
dbLogin = admin
log file = C:\Program Files\Apache Group\Tomcat 4.1\webapps\jive\WEB-INF\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: 'admin@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: 'admin@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: 'admin@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: 'admin@localhost' (Using password: YES)
Will try again in 10 seconds...

All attempts at connecting to Database exhausted

你先用mysql -u admin -p 测试看能不能连上数据库