cancel
Showing results for 
Search instead for 
Did you mean: 

Caused by: java.sql.SQLSyntaxErrorException: Unknown table 'abstractcontactinfo' in information_schema

shrikant_nikam
Participant
0 Kudos
1,892

Problem Statement: Getting below SQL error while updating the hybris platform, post installing the My SQL 8.0 latest version.

Exception : Caused by: java.sql.SQLSyntaxErrorException: Unknown table 'abstractcontactinfo' in information_schema

Local.properties: # Mysql Data Base Config## db.url=jdbc:mysql://localhost/your_schema?useConfigs=maxPerformance&characterEncoding=utf8 db.driver=com.mysql.jdbc.Driver

Technical Problem: Driver compatibility issue. Solved by replacing mysql-connector-java-8.0.13 with mysql-connector-java-5.1.15

View Entire Topic
shrikant_nikam
Participant
0 Kudos