Pete - 2008-08-17

Hi,

I've been using CocoaMySQL without any problems for quite a while, now suddenly I can't connect even though nothing has changed as far as I can tell. Here's what the console says:

===== Sunday, August 17, 2008 10:31:23 AM US/Eastern =====
2008-08-17 10:31:33.029 CocoaMySQL[522] Exception raised during posting of notification.  Ignored.  exception: *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil key
2008-08-17 10:31:40.255 CocoaMySQL[522] The time zone is not defined on the server, set it to the default one : US/Eastern (EDT) offset -14400 (Daylight)
2008-08-17 10:31:41.872 CocoaMySQL[522] *** -[NSPlaceholderString initWithString:]: nil argument

CocoaMySQL version: 0.7b6 (but I get the same problem no matter what version I use)
MySQL version: 4.1.21

Basically CocoaMySQL says "Connecting..." forever, I guess because the connection to the server times out.

Thanks in advance for any help.

Pete