Mercurial > p > roundup > code
comparison doc/mysql.txt @ 8221:3d7292d222d1
doc: update version in doc/mysql.txt; remove bdb support for mysql.
Remove obsolete info from doc and code.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 18 Dec 2024 16:24:22 -0500 |
| parents | 3071db43bfb6 |
| children |
comparison
equal
deleted
inserted
replaced
| 8220:818751637b77 | 8221:3d7292d222d1 |
|---|---|
| 11 ============= | 11 ============= |
| 12 | 12 |
| 13 To use MySQL as the backend for storing roundup data, you also need | 13 To use MySQL as the backend for storing roundup data, you also need |
| 14 to install: | 14 to install: |
| 15 | 15 |
| 16 1. MySQL RDBMS 4.0.18 or higher - https://www.mysql.com/. Your MySQL | 16 1. MySQL RDBMS 8.0.11 or higher - https://www.mysql.com/. Your MySQL |
| 17 installation MUST support InnoDB tables (or Berkeley DB (BDB) tables | 17 installation MUST support InnoDB tables. |
| 18 if you have no other choice). If you're running < 4.0.18 (but not <4.0) | |
| 19 then you'll need to use BDB to pass all unit tests. Edit the | |
| 20 ``roundup/backends/back_mysql.py`` file to enable DBD instead of InnoDB. | |
| 21 2. Python MySQL interface - https://pypi.org/project/mysqlclient/ | 18 2. Python MySQL interface - https://pypi.org/project/mysqlclient/ |
| 22 | 19 |
| 23 | 20 |
| 24 Preparing the Database | 21 Preparing the Database |
| 25 ====================== | 22 ====================== |
