Tunnel Connection Error with Mysql Workbench (Host key does not match)
Solution 1:
Got it! The file was here:
C:\Users\myname\AppData\Roaming\MySQL\Workbench\ssh
Solution 2:
You can find this file in .ssh folder in the %USERPROFILE%\ssh
or %USERPROFILE%\.ssh
. If you type %USERPROFILE%
into the Windows Explorer address bar it will expand it automatically.
OR you can open this folder using "run" dialog box. Open run dialog box (windows + R). Type %USERPROFILE%\.ssh
and press enter.
And then delete/clear the known_hosts
file.