The Bounty:
Amount: $30 via PayPal, unless other arrangements are made.
Task: A short, numerated, tutorial instructing a user how to migrate an existing Drupal database from a server running MySQL 4.0 (Latin1 charset) to a server running MySQL 4.1 (UTF8).
Due Date: Friday, November 16th 2007 (I may be able to give 24 more hours).
Pretty easy $30--and it would be a great assistance to many Drupal site owners and be a great addition to the Drupal Handbook.
Interested? Here are some more specifics.
I am offering a small bounty ($30) to anyone who will write a tutorial for the Drupal Handbook in regards to the proper way to migrate an existing Drupal website (4.7.x and 5.x) from a server running MySQL 4.0 to a server running MySQL 4.1.
The Drupal CMS has two database types (for 4.7) for MySQL when starting a new site: 4.0 and 4.1. One of the major differences is that MySQL 4.0 uses Latin1 for the character set while MySQL 4.1 uses UTF8.
Dumping a Drupal site from a server running MySQL 4.0 and repopulating the database on a server running MySQL 4.1 results in garbled text and (from what I hear) query issues due to incorrect and conflicting collation table data.