Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A fix for CocoaMySQL / MySQL 4.1 connection issues' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A fix for CocoaMySQL / MySQL 4.1 connection issues
Authored by: rael9 on Feb 15, '05 10:58:42AM
Or you can use the modified version of CocoaMySQL. It works fine with the new algorithm.

---
"Beer, the cause of, and solution to, all of life's problems." - Homer J. Simpson

[ Reply to This | # ]

A fix for CocoaMySQL / MySQL 4.1 connection issues
Authored by: ppatoray on Feb 15, '05 08:37:30PM

It 'mostly' works fine, with a few exceptions. The console logging doesn't work for me, and every once in a while, it will seem to lose its connection as I switch database tables or switch from structure to content, but not that often, and I get a corresponding message in my console.log

2005-02-14 13:38:06.641 CocoaMySQL[13024] Error message is : Lost connection to MySQL server during query
2005-02-14 13:38:07.735 CocoaMySQL[13024] *** -[NSPlaceholderString initWithString:]: nil string (or other) argument

Unfortunately, there is no contact information available on this website for the author, so I haven't been able to email him.



[ Reply to This | # ]
A fix for CocoaMySQL / MySQL 4.1 connection issues
Authored by: MonkeyT on Feb 16, '05 01:20:12PM

I've had few problems with it, but very rarely, the interface itself locks up on me: Popups still display normally, but it won't refresh the window or switch tabs, particularly if I was viewing database contents. It's worse for very large datasets. Possibly a memory thing. I've found that sending the window to the Dock and enlarging it again brings it back to displaying properly.



[ Reply to This | # ]