File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 22MySQL Backend
33=============
44
5- :version: $Revision: 1.7 $
5+ :version: $Revision: 1.8 $
66
77This 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
6666MySQL tests` to set up a database if you have privilege, or ask your local
6767administrator 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``).
You can’t perform that action at this time.
0 commit comments