diff options
author | Gustav Eek <gustav@fripost.org> | 2011-11-22 21:40:19 +0100 |
---|---|---|
committer | Gustav Eek <gustav@fripost.org> | 2011-11-22 21:40:19 +0100 |
commit | 8248fb9d453527eb3c26c153f1c97ab26d2efd83 (patch) | |
tree | 98660b3efae4c63b74dcd519e4431320e8c9c43a | |
parent | 53d245a42c0377fb03a8b4176438d93835ed8540 (diff) |
New file with small administration howtos created.
Sometimes it is hard to remember how certain tasks was performed. In
that case one can write them down here. Note that workflows are documented
also on other places.
-rw-r--r-- | admin-howtos.org | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/admin-howtos.org b/admin-howtos.org new file mode 100644 index 0000000..2a1449b --- /dev/null +++ b/admin-howtos.org @@ -0,0 +1,22 @@ +#+title: Notes on performing administrative tasks +#+author: Those involved with the administration + +* Investigate the user database + + Log in on imap-server + + : $ ssh-add + : $ ssh imap.fripost.org + + Log in into MySQL-server + + : $ mysql -u root -p + + MySQL will prompt for the password, which is found in /default.yml/. Example of usage: + + : > show databases; + : > use mail; + : > show tables; + : > discribe <table>; + + |