You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same question here (for an external project). Looking at the source of db_url_config, it's not yet possible but it can be fixed. The STORAGE_ENGINE, COLLATION and CHARSET should be added to _DB_BASE_OPTIONS we we can write:
Adding &STORAGE_ENGINE=INNODB&init_comment=SET storage_engine=INNODB are likely not needed, since these are defaults since MySQL 5.5.5 and that's the minimal version Django supports.
Is there a way to define the DB url in such a way that also the COLLATION and CHARSET would get set as below?
thanks a lot!
The text was updated successfully, but these errors were encountered: