Jump to content

[Solved] ERROR 2026 (HY000): SSL connection error: protocol version mismatch


Recommended Posts

Posted (edited)
When attempting to connect to db I suddenly am now getting the error


ERROR 2026 (HY000): SSL connection error: protocol version mismatch



from the MySQL Workbench or Shell on both of my machines. I was able to connect for several weeks without problems and seemingly for no reason am now getting this error. The last thing I was doing on the server wasn't much special, sth. like "CREATE TABLE IF NOT EXISTS `$tablename` (id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY) engine=InnoDB;".


I can access the db just fine using phpMyAdmin


I'm using MySQL Workbench 6.3 CE


I appreciate any suggestions
Edited by mosar
Posted

Confirm that you didn't accidentally enable the SSL option in MySQL Workbench. Change the SSL option to "No" instead of "if available."

 

We don't support SSL connections for MySQL.

Posted

Just so you know this was a serverside change that caused your error. Another user asked if it was possible to enable mysql ssl connections and after some fiddling I determined it wasn't possible. It was surely the fiddling that made that error pop up.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...