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

Posted in .Net, MySQL | 1 Comment

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

Posted in MySQL | 1 Comment