diff options
-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>; + + |