-
Archives
- October 2007
- September 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
-
Meta
Category Archives: MySQL
MySQL whitespace policy on VARCHAR changed in 5.0.3
Here’s a fun one: I was troubleshooting some text import code that takes a pipe delimited text file and stuffs it into a database, but only if there’s been an update to the given row. The thing was, it was … Continue reading
Posted in MySQL
Leave a comment
MySQL and ASP.NET performance
Karl Seguin’s got a post on a topic near and dear to my heart – MySQL on Windows. We’re running ASP.NET with a MySQL back end, which happens to be the same kind of setup that he’s looking at for … Continue reading
New MySQL Connector/Net 1.08 RC available
I just spotted a (long-awaited!) update to the MySQL Connector/Net – version 1.08 RC is now available for download. I was about to patch my own to resolve the “Character set ‘utf8′ is not supported” issue, but now I might … Continue reading