Question
Is there any other ways to connect to DB cluster under Ubuntu 16.04 MySQL 5.x ?
We are just done adding DB cluster, but according to this article https://www.digitalocean.com/docs/databases/mysql/how-to/connect/ we can only connect to DB cluster if we use MySQL 8.x
Currently we are using MySQL 5.x under Ubuntu 16.04 and don’t want to risk our production server with update process.
We are trying to connect through ssh terminal and the connection always failed with error message :
ERROR 2026 (HY000): SSL connection error: unknown error number
Is there any other ways to connect to DB cluster ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×