Update: 2008-07-22
I almost thought about playing like working on this again. To that end I have moved my source into mercurial and bitbucket. You can browse the repository via http://bitbucket.org/glennsb/cocoamysql-sbg/

Update: 2006-02-21 - CocoaMySQL-SBG 0.7.1
Another update to the Universal Binary version of the CocoaMySQL-SBG. Main thing this adds in is some query completion for MySQL reserved words and table names thanks to Carsten Blüm. Using the built in Mac OS X text completion keys (esc, opt-esc, F5, or command period) it will attempt to complete in the custom query browser an SQL query using SQL keywords or table names of the current table.

  • APP - CocoaMySQL-SBG-v0_7_1.dmg.zip
  • SRC - CocoaMySQL-SBG-0_7_1.zip

    Update: 2006-01-24 - CocoaMySQL-SBG 0.7.0b1
    In preperation to play around with the arrival of an intel based mac, I have tossed together a new release that might be a universal binary. Note I don't yet have an intel machine upon which to test this, but as a powerpc it is working alright for me.

    This version also has some of the changes I was working on for awhile before I got totally sidetracked. So it could be very half baked and very crashy. I have also changed the name more and the preference key, so all your old preferences and favorites will have to be redefined. The SMySQL framework backend is now built with a libmysql from the 5.0 release.

  • APP - CocoaMySQL-SBG-v0_7_0b1.dmg.gz
  • SRC - CocoaMySQL-SBG-v0_7_0b1-src.dmg.gz

    Here is my version of CocoaMySQL. It has some changes I have made. It works for me and a few of my coworkers. That said we are all running 10.4.2 and connecting to MySQL server(s) running various patch levels of 4.0 and 4.1. So it may or may not work for you. I don't have time to test everything in all combinations, I know it works for me and we find my changes useful. Perhaps some others will as well.
    Stuart Glenn

    Changes: