Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 2 Mar 2004 22:24:07 +0000 (22:24 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 2 Mar 2004 22:24:07 +0000 (22:24 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2137 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/mysql.txt

index f12edb47fdf47d8ed3b1bc9ed7dc24a1904e0218..154e4f417a60b37e8c0660c8578f8b6e10dba037 100644 (file)
@@ -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``).