Hi Everyone,
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 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.
Any pointers on that would be greatly appreciated.
This are my settings:
MacOSX:
Lion 10.7.2 with xcode 4.1
Textmate:
Version: 1.5.10 (1631) I¹ve removed everything from Preferences -> Advanced -> Shell Variables
Ruby
Running controll+R for this command: puts RUBY_DESCRIPTION returns ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0]
MySql It was installed via brew
version: Ver 14.14 Distrib 5.5.15, for osx10.7 (i386) using readline 5.1 My.ini
[mysqld] max_allowed_packet=64M character-set-server = utf8 default-character-set = utf8
#This option makes InnoDB to store each created table into its own .ibd file. innodb_file_per_table
log-bin log=/var/log/mysql/mysql.log log-error=/var/log/mysql/error.mysql.log log-slow-queries
bind-address=0.0.0.0
[mysql] default-character-set = utf8