From c983412e74eafe2bdedb7d498dbeed686ec9540e Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 2 Mar 2004 22:24:07 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2137 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/mysql.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/mysql.txt b/doc/mysql.txt index f12edb4..154e4f4 100644 --- a/doc/mysql.txt +++ b/doc/mysql.txt @@ -2,7 +2,7 @@ MySQL Backend ============= -:version: $Revision: 1.7 $ +:version: $Revision: 1.8 $ This notes detail the MySQL backend for the Roundup issue tracker. @@ -66,3 +66,17 @@ before running "roundup-admin initialise". Use the commands in the `Running the MySQL tests` to set up a database if you have privilege, or ask your local administrator if not. + +Showing MySQL who's boss +======================== + +If things ever get to the point where that test database is totally hosed, +just:: + + $ su - + # /etc/init.d/mysql stop + # rm -rf /var/lib/mysql/rounduptest + # /etc/init.d/mysql start + +and all will be better (note that on some systems, ``mysql`` is spelt +``mysqld``). -- 2.30.2