Re: Issue with Config file when I open "Options File"
Posted by: Filipe Silva
Date: May 26, 2021 04:39PM

Hi Mark,

Quote

"MESSAGE: Unknown initial character set index '255' received from server. Initial client character set can be forced via the 'characterEncoding' property."

This was because you were using an old version of Connector/J. You figured that out already.

Quote

how to get a JDBC Driver for MySQL (Connector/J)

You can download Connector/J from the MySQL Downloads page. I believe you figured that out too.

Quote

Is there an easy way to correct all this or can we just fix the issue of using an older version of my java connector to MySQL?

No, you'll have to go through your code and fix all that is failing. You can still run Connector/J 5.1 but this is highly unrecommended since Connector/J 5.1 is EOL.

I'd suggest reading the Connector/J documentation to get some guidelines regarding upgrading Connector/J 5.1 to Connector/J 8.0.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.