Database Connection Test Failed.
Please correct the errors before running KonaKart.
You can find help in the KonaKart FAQs and in the KonaKart Forum.
Connection Parameters:
User = jayaganesh
Password = ********
Driver = com.mysql.jdbc.Driver
Url = jdbc:mysql://localhost:3306/konadb?zeroDateTimeBehavior=convertToNull
Message: Unknown initial character set index '48' received from server. Initial client character set can be forced via the 'characterEncoding' property.
SQLState: S1000
ErrorCode: 0
While i am installing Kona Kart, i try to test my data base but it show some exceptionas mentioend above , i cant rectify..
Can any one help me..
By Googling I have found references to a MySQL bug in this area.
There's a good thread on the problem here: http://forums.mysql.com/read.php?39,139534,139889#msg-139889
Can you set your database to use utf8 ? This may help, as described here: http://forums.mysql.com/read.php?39,139534,195048#msg-195048
Please let us know how you get on!
-- Brian