Skip to content

Commit d645988

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent fe421a3 commit d645988

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

doc/mysql.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MySQL Backend
33
=============
44

5-
:version: $Revision: 1.7 $
5+
:version: $Revision: 1.8 $
66

77
This notes detail the MySQL backend for the Roundup issue tracker.
88

@@ -66,3 +66,17 @@ before running "roundup-admin initialise". Use the commands in the `Running the
6666
MySQL tests` to set up a database if you have privilege, or ask your local
6767
administrator if not.
6868

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``).

0 commit comments

Comments
 (0)