<HTML>
<HEAD>
<TITLE>SQL.Bundle -> Bad Handshake Issue -> Mac OSX Lion</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi Everyone,<BR>
<BR>
I am a big fan of textmate and been using it for last 6 years, and SQL bundle was one of the main tools in my toolbox. However, after upgrading<BR>
To Lion I can’t execute any queries and every time I try I get “Bad Handshake” error even though I can connect to mysql just can’t browse data.<BR>
<BR>
Any pointers on that would be greatly appreciated.<BR>
<BR>
This are my settings:<BR>
<BR>
MacOSX:<BR>
<BR>
Lion 10.7.2 with xcode 4.1<BR>
<BR>
Textmate: <BR>
<BR>
Version:  1.5.10 (1631) <BR>
I’ve removed everything from Preferences -> Advanced -> Shell Variables<BR>
<BR>
Ruby<BR>
<BR>
Running controll+R for this command: puts RUBY_DESCRIPTION returns<BR>
</SPAN></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:9pt'>ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0]<BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
MySql<BR>
It was installed via brew<BR>
<BR>
version:  Ver 14.14 Distrib 5.5.15, for osx10.7 (i386) using readline 5.1<BR>
My.ini<BR>
<BR>
[mysqld]<BR>
max_allowed_packet=64M<BR>
character-set-server = utf8<BR>
default-character-set = utf8<BR>
<BR>
#This option makes InnoDB to store each created table into its own .ibd file.<BR>
innodb_file_per_table<BR>
<BR>
log-bin<BR>
log=/var/log/mysql/mysql.log<BR>
log-error=/var/log/mysql/error.mysql.log<BR>
log-slow-queries<BR>
<BR>
bind-address=0.0.0.0<BR>
<BR>
[mysql]<BR>
default-character-set = utf8<BR>
 <BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>