comparison doc/mysql.txt @ 5758:392f887652f0 maint-1.6

issue2550966: fix suboptimal links in docs. I think I got the majority of them. Some links still don't resolve because they are gone and there is no replacement afaict. Also the check is picking up example links like: https://.../rest and http://localhost:8017/... which should not be checked but are.
author John Rouillard <rouilj@ieee.org>
date Sat, 01 Jun 2019 21:39:17 -0400
parents 64ceb9c14b28
children
comparison
equal deleted inserted replaced
5757:2f286655e1af 5758:392f887652f0
9 ============= 9 =============
10 10
11 To use MySQL as the backend for storing roundup data, you also need 11 To use MySQL as the backend for storing roundup data, you also need
12 to install: 12 to install:
13 13
14 1. MySQL RDBMS 4.0.18 or higher - http://www.mysql.com. Your MySQL 14 1. MySQL RDBMS 4.0.18 or higher - https://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 - http://sourceforge.net/projects/mysql-python

Roundup Issue Tracker: http://roundup-tracker.org/