I had MySQL-Front connecting just fine to my MySQL server (sitting next to me on local network). I just installed Yog and tried to connect, and got the error message:
Bad Handshake – Error 1043
I know all my connection params are correct. One thing though: Front used the the 4.0 client libraries so I had to run the “use old password style” script, so that the new password schema would not be invoked, which would break Front.
I see that Yog uses 4.1 client libraries, so is this what is breaking me? If so, is there a way to reverse the “use old pwd” thing to use the new, more secure style?
Any help would be preesh'd.