kmchord9 / docker-vue

0 stars 0 forks source link

djangoのmysqlサポート要件 #3

Open kmchord9 opened 4 years ago

kmchord9 commented 4 years ago

Version support¶ Django supports MySQL 5.6 and higher.

Django’s inspectdb feature uses the information_schema database, which contains detailed data on all database schemas.

Django expects the database to support Unicode (UTF-8 encoding) and delegates to it the task of enforcing transactions and referential integrity. It is important to be aware of the fact that the two latter ones aren’t actually enforced by MySQL when using the MyISAM storage engine, see the next section.

https://docs.djangoproject.com/en/3.0/ref/databases/#mysql-notes

kmchord9 commented 4 years ago

ラズパイのdockerでmysqlを実行するときに問題となりそう。 既存のラズパイ用のmysqlはhypriotにあるイメージはバージョンが古い(5.5)

https://github.com/hypriot/rpi-mysql/blob/master/Dockerfile