Unable to connect to mysql DB in step 3

Hi All,

When I am completing the 3rd step for DB settings I am getting the error

“A connection to the DB could not be made.View the error message”

The log file shows following entries .

**Last packet sent to the server was 0 ms ago. **

** at com.mysql.jdbc.Connection.createNewIO(Connection.java:2847) **

**at com.mysql.jdbc.Connection.(Connection.java:1555) **

**at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285) **

**at java.sql.DriverManager.getConnection(Unknown Source) **

** at java.sql.DriverManager.getConnection(Unknown Source) **

** at org.logicalcobwebs.proxool.DefaultConnectionBuilder.buildConnection(DefaultConn ectionBuilder.java:39) **

**at org.logicalcobwebs.proxool.Prototyper.buildConnection(Prototyper.java:159) **

**at org.logicalcobwebs.proxool.Prototyper.sweep(Prototyper.java:102) **

at org.logicalcobwebs.proxool.PrototyperThread.run(PrototyperThread.java:44)

The JDBC Driver is :com.mysql.jdbc.Driver

DB URL:jdbc:mysql://[localhost]:3306/[openfire]

Please help.

With Regards.

Subhanjan