]> git.ozlabs.org Git - patchwork/commit
docs: update MySQL documentation bits
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 1 Oct 2013 17:39:16 +0000 (18:39 +0100)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 4 Oct 2013 06:15:14 +0000 (14:15 +0800)
commita3b7a8023d1493cb57a303dd8420960b230670aa
treedb9a73cbe39d678d6dbce93bef042efb6cc85710
parent4e7b62c51b958acad9d87b435571a22113a43d35
docs: update MySQL documentation bits

The MySQL documentation bits where missing a few important details for
installation setup to succeed like:

- having proper python-mysqldb support
- overriding the DATABASE_ENGINE to "mysql" for django to succeed in the
  "syncdb" operation

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
docs/INSTALL