Revision 96b635d9 README.deploy
b/README.deploy | ||
---|---|---|
200 | 200 |
|
201 | 201 |
transaction-isolation = READ-COMMITTED |
202 | 202 |
|
203 |
in the [mysql] section of /etc/mysql/my.cnf. |
|
203 |
in the [mysqld] section of /etc/mysql/my.cnf.
|
|
204 | 204 |
|
205 |
Alternatively, make sure the following code fragment stays enabled |
|
206 |
in settings.d/10-database.conf: |
|
207 |
|
|
208 |
if DATABASES['default']['ENGINE'].endswith('mysql'): |
|
209 |
DATABASES['default']['OPTIONS'] = { |
|
210 |
'init_command': 'SET storage_engine=INNODB; ' + |
|
211 |
'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED', |
|
212 |
} |
|
213 |
|
|
205 | 214 |
* PostgreSQL |
206 | 215 |
You need to install the PostgreSQL binaries: |
207 | 216 |
* Ubuntu - Debian |
Also available in: Unified diff