Wednesday, August 29, 2018

Re: Django Mysql Error : Unknown system variable 'innodb_strict_mode

you shouldn't need to set the storage engine to innodb


MySQL's default storage engine is InnoDB. This engine is fully transactional and supports foreign key references. It's the recommended choice.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ed6092f3-0fb7-4731-8d7f-b5cb660de7fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment