Mercurial > p > roundup > code
comparison doc/mysql.txt @ 1434:b953750bdc04
trackers on mysql can be initialised
added mechanism for backends to detect and clear database
| author | Andrey Lebedev <kedder@users.sourceforge.net> |
|---|---|
| date | Sat, 15 Feb 2003 23:19:01 +0000 |
| parents | 8429095241d7 |
| children | 1fb2e44d02e3 |
comparison
equal
deleted
inserted
replaced
| 1433:8429095241d7 | 1434:b953750bdc04 |
|---|---|
| 36 | 36 |
| 37 Note, that mysql database should not contain any tables. Tests will not dare to | 37 Note, that mysql database should not contain any tables. Tests will not dare to |
| 38 drop database with data. | 38 drop database with data. |
| 39 | 39 |
| 40 | 40 |
| 41 Additional configuration | |
| 42 ======================== | |
| 43 | |
| 44 To initialise and use mysql database roundup' configuration file (config.py in | |
| 45 the tracker' home directory) should be appended with the following constants: | |
| 46 | |
| 47 MYSQL_DBHOST = 'localhost' | |
| 48 MYSQL_DBUSER = 'rounduptest' | |
| 49 MYSQL_DBPASSWORD = 'rounduptest' | |
| 50 MYSQL_DBNAME = 'rounduptest' | |
| 51 MYSQL_DATABASE = ( MYSQL_DBHOST, MYSQL_DBUSER, MYSQL_DBPASSWORD, MYSQL_DBNAME ) | |
| 52 | |
| 53 Fill first four constants with real values before running | |
| 54 "roundup-admin initialise". | |
| 55 | |
| 56 | |
| 57 | |
| 41 Andrey Lebedev <andrey@micro.lt> | 58 Andrey Lebedev <andrey@micro.lt> |
| 42 | 59 |
| 43 | 60 |
| 44 vim: et tw=80 | 61 vim: et tw=80 |
