Mercurial > p > roundup > code
comparison doc/mysql.txt @ 5510:e2978ed3b550
update link to new mysqlclient module and recommend update in upgrading.txt
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Fri, 17 Aug 2018 22:12:48 +0100 |
| parents | 98fdc1f98194 |
| children | 0df5f9eeefd4 |
comparison
equal
deleted
inserted
replaced
| 5509:851d4306300d | 5510:e2978ed3b550 |
|---|---|
| 14 1. MySQL RDBMS 4.0.18 or higher - http://www.mysql.com. Your MySQL | 14 1. MySQL RDBMS 4.0.18 or higher - http://www.mysql.com. Your MySQL |
| 15 installation MUST support InnoDB tables (or Berkeley DB (BDB) tables | 15 installation MUST support InnoDB tables (or Berkeley DB (BDB) tables |
| 16 if you have no other choice). If you're running < 4.0.18 (but not <4.0) | 16 if you have no other choice). If you're running < 4.0.18 (but not <4.0) |
| 17 then you'll need to use BDB to pass all unit tests. Edit the | 17 then you'll need to use BDB to pass all unit tests. Edit the |
| 18 ``roundup/backends/back_mysql.py`` file to enable DBD instead of InnoDB. | 18 ``roundup/backends/back_mysql.py`` file to enable DBD instead of InnoDB. |
| 19 2. Python MySQL interface - http://sourceforge.net/projects/mysql-python | 19 2. Python MySQL interface - https://pypi.org/project/mysqlclient/ |
| 20 | 20 |
| 21 | 21 |
| 22 Other Configuration | 22 Other Configuration |
| 23 =================== | 23 =================== |
| 24 | 24 |
