Mercurial > p > roundup > code
comparison doc/mysql.txt @ 1705:1fb2e44d02e3
english nits
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Jun 2003 06:53:17 +0000 |
| parents | b953750bdc04 |
| children | 5a28eea9a33c |
comparison
equal
deleted
inserted
replaced
| 1703:4ca52f486089 | 1705:1fb2e44d02e3 |
|---|---|
| 10 | 10 |
| 11 To use MySQL as backend for storing roundup data, you should additionally | 11 To use MySQL as backend for storing roundup data, you should additionally |
| 12 install: | 12 install: |
| 13 | 13 |
| 14 1. MySQL RDBMS 3.23.34 or higher - http://www.mysql.com. Your MySQL | 14 1. MySQL RDBMS 3.23.34 or higher - http://www.mysql.com. Your MySQL |
| 15 installation should support Berkeley DB (BDB) tabes for transaction | 15 installation should support Berkeley DB (BDB) tables for transaction |
| 16 support. | 16 support. |
| 17 2. Python interface to mysql - http://sourceforge.net/projects/mysql-python | 17 2. Python interface to mysql - http://sourceforge.net/projects/mysql-python |
| 18 | 18 |
| 19 | 19 |
| 20 How to run mysql tests? | 20 How to run mysql tests? |
| 21 ======================= | 21 ======================= |
| 22 | 22 |
| 23 Roundup tests expect empty database available for use. There are two ways how to | 23 Roundup tests expect an empty database available for use. There are two ways how to |
| 24 provide it: | 24 provide this: |
| 25 | 25 |
| 26 1. If you have root permissions on mysql server, you can create necessary | 26 1. If you have root permissions on mysql server, you can create necessary |
| 27 database using this SQL sequence: | 27 database using this SQL sequence: |
| 28 | 28 |
| 29 CREATE DATABASE rounduptest | 29 CREATE DATABASE rounduptest |
