summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33fc20f)
raw | patch | inline | side by side (parent: 33fc20f)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 2 Mar 2004 22:24:07 +0000 (22:24 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/mysql.txt b/doc/mysql.txt
index f12edb47fdf47d8ed3b1bc9ed7dc24a1904e0218..154e4f417a60b37e8c0660c8578f8b6e10dba037 100644 (file)
--- a/doc/mysql.txt
+++ b/doc/mysql.txt
MySQL Backend
=============
-:version: $Revision: 1.7 $
+:version: $Revision: 1.8 $
This notes detail the MySQL backend for the Roundup issue tracker.
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``).