Mercurial > p > roundup > code
comparison doc/mysql.txt @ 2067:dbb78664e427
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 02 Mar 2004 22:24:07 +0000 |
| parents | d929c31a3620 |
| children | ef226254ef46 096063697f77 |
comparison
equal
deleted
inserted
replaced
| 2066:71efaf27eddc | 2067:dbb78664e427 |
|---|---|
| 1 ============= | 1 ============= |
| 2 MySQL Backend | 2 MySQL Backend |
| 3 ============= | 3 ============= |
| 4 | 4 |
| 5 :version: $Revision: 1.7 $ | 5 :version: $Revision: 1.8 $ |
| 6 | 6 |
| 7 This notes detail the MySQL backend for the Roundup issue tracker. | 7 This notes detail the MySQL backend for the Roundup issue tracker. |
| 8 | 8 |
| 9 | 9 |
| 10 Prerequisites | 10 Prerequisites |
| 64 Fill in the first four entries with values for your local MySQL installation | 64 Fill in the first four entries with values for your local MySQL installation |
| 65 before running "roundup-admin initialise". Use the commands in the `Running the | 65 before running "roundup-admin initialise". Use the commands in the `Running the |
| 66 MySQL tests` to set up a database if you have privilege, or ask your local | 66 MySQL tests` to set up a database if you have privilege, or ask your local |
| 67 administrator if not. | 67 administrator if not. |
| 68 | 68 |
| 69 | |
| 70 Showing MySQL who's boss | |
| 71 ======================== | |
| 72 | |
| 73 If things ever get to the point where that test database is totally hosed, | |
| 74 just:: | |
| 75 | |
| 76 $ su - | |
| 77 # /etc/init.d/mysql stop | |
| 78 # rm -rf /var/lib/mysql/rounduptest | |
| 79 # /etc/init.d/mysql start | |
| 80 | |
| 81 and all will be better (note that on some systems, ``mysql`` is spelt | |
| 82 ``mysqld``). |
