Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ssl connection error: unknown error number

Using MySQL Workbench Ver. 6.3.6

As of an update just pushed to my Google SQL db instance I can no longer connect to the db with Workbench.. I receive the following error when I do.

ssl connection error: unknown error number

Anyone else experiencing this? Know a fix?

So far I have found only one person in google groups reporting the same issue a just 2 days back.

P.S. My second instance in Google SQL has NOT updated yet, and I can still connect to it.

P.S.S. I'm not using SSL connections even.

UPDATE

5 Back to back Updates by google in the last 30 minutes. Somethings definitely up.. but sadly I still can't connect.

like image 456
DarbyM Avatar asked Apr 04 '17 02:04

DarbyM


3 Answers

The latest update to Google SQL makes MySQL Workbench 6.3.6 no longer able to connect.

Updating to 6.3.9 fixed it for me.

Download Latest MySQL WorkBench Here

like image 73
DarbyM Avatar answered Nov 06 '22 12:11

DarbyM


I have the same problem, but it seems to be something with MySQL workbench. I downloaded heidisql and can connect using the same credentials. The MySQL workbench connection worked a week ago.

like image 22
Codendaal Avatar answered Nov 06 '22 10:11

Codendaal


This issue happened at my end yesterday, I installed the latest on Windows and it worked. On my Mac, updating to 3.6.8 fixed the issue.

Download link: https://downloads.mysql.com/archives/workbench/

like image 39
JAD Avatar answered Nov 06 '22 11:11

JAD