Index: django/db/backends/mysql/creation.py
===================================================================
--- django/db/backends/mysql/creation.py	(Revision 8066)
+++ django/db/backends/mysql/creation.py	(Arbeitskopie)
@@ -5,7 +5,7 @@
 DATA_TYPES = {
     'AutoField':         'integer AUTO_INCREMENT',
     'BooleanField':      'bool',
-    'CharField':         'varchar(%(max_length)s)',
+    'CharField':         'varchar(%(max_length)s) BINARY',
     'CommaSeparatedIntegerField': 'varchar(%(max_length)s)',
     'DateField':         'date',
     'DateTimeField':     'datetime',
