Hello,
i am pretty new to OX. I installed OX on Lenny with this guide:
But afer the installation i could not connect to the DB
Yes this Failure is often discussed here, but i could not find a solution.
The Privilegs are ok:
Well i guess it is an java Problem?! the server is connected to my lan network, and there is no firewill between us.
i am pretty new to OX. I installed OX on Lenny with this guide:
But afer the installation i could not connect to the DB
Fehlermeldung: Verbindung zur Datenbank kann nicht hergestellt werden. (CTX-0005, 883581959-40)
The Privilegs are ok:
show grants;
+------------------------------------------------------------------------------------------------------------------------------------------------+
| Grants for openexchange@localhost |
+------------------------------------------------------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'openexchange'@'localhost' IDENTIFIED BY PASSWORD '*6AB8FA7D8DF8DCA0B203F1AB04845C0F606D9982' WITH GRANT OPTION |
+------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
+------------------------------------------------------------------------------------------------------------------------------------------------+
| Grants for openexchange@localhost |
+------------------------------------------------------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'openexchange'@'localhost' IDENTIFIED BY PASSWORD '*6AB8FA7D8DF8DCA0B203F1AB04845C0F606D9982' WITH GRANT OPTION |
+------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
Caused by: java.sql.SQLException: Access denied for user 'openexchange'@'localhost' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:1055)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:956)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:3491)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:3423)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:910)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java: 3923)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:12 73)
at com.mysql.jdbc.ConnectionImpl.createNewIO(Connecti onImpl.java:2181)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:1055)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:956)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:3491)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:3423)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:910)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java: 3923)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:12 73)
at com.mysql.jdbc.ConnectionImpl.createNewIO(Connecti onImpl.java:2181)
Comment