On 7/18/07, Richard Leland <[EMAIL PROTECTED]> wrote: > Trying to set up a connection from Django to a MySQL cluster. I've never > done this before, so any guidance you could provide would be excellent.
Though I may be wrong, I was under the impression that the engine only needs to be specified when creating the tables, so probably you'll want to avoid using syncdb -- instead, pipe the output of 'manage.py sql' for each of your apps into a file, add the requisite engine declarations, and run that manually on the SQL node of the cluster. After that, you should be able to have Django connect to the SQL node just as it would connect to any other MySQL database, and (hopefully) things will just work. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---