DB Connections Error After Upgrade from MySQL v5.7.44 to v8.0.35

0

I got consistent DB connection error after I upgraded my database instance from version 5.7.44 to 8.0.35. This is the error:

2024-07-06 19:44:56.461 ERROR DBCommand - Error state: 08001 code: 0 Could not create connection to database server. This error is from the appplication reading and writing from the database. Is there any specific reason why the applications are not able to connect to the database after the upgrade to the version 8.0.35.

I used Blue /Green Deployment for my Upgrade/Switchover

yaw
asked 3 months ago219 views
1 Answer
1

Hi,

Some projects using Clojure had similar issue and fixed it by upgrading mysql-connector to 8.x.x

[mysql/mysql-connector-java "5.x.x"] -> 8.x.x

Best,

Didier

profile pictureAWS
EXPERT
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions