I am currently experiencing an issue while attempting to connect to the MySQL server using your program. The error details are as follows:
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: Unknown OS character set 'cp857'.
mysql: Switching to the default character set 'utf8mb4'.
ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
Observations:
- The error seems to involve an unrecognized OS character set (
cp857
), which then defaults toutf8mb4
. - An SSL connection error (
ERROR 2026 (HY000)
) is also displayed, preventing successful connection to the server.
Steps Taken:
- Verified the server IP and port settings.
- Ensured the username and password are correct.
- Attempted to disable SSL manually, but the issue persists.
Could you please assist me in resolving this problem? If additional logs or configuration details are needed, I can provide them upon request.
Thank you for your support, and I look forward to your guidance.