On Wed, Apr 9, 2008 at 2:00 PM, Andrew D. Ball <[EMAIL PROTECTED]> wrote:

>
> Greetings.
>
> Is there a way for me to intruct Django that I
> want to use InnoDB with MySQL, as well as UTF-8?
>
> Currently, our database defaults to MyISAM and
> some Swedish 8-bit character encoding.  I've
> got a file of SQL statements that change this
> stuff for each table, but would very much like
> to be able to do something like
>
> DATABASE_CHARSET="UTF-8"
> DATABASE_STORAGE_ENGINE="InnoDB"
>
> in settings.py .
>

You can specify the storage engine as described here:

http://www.djangoproject.com/documentation/databases/#creating-your-tables

Setting the character set doesn't look to be possible yet, according to the
comments in this ticket:

http://code.djangoproject.com/ticket/5745

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to