Hauptmenü öffnen

PiratenWiki β

Änderungen

AG Technik/Treffen/2011-03-23

1.737 Bytes hinzugefügt, 11:25, 19. Mär. 2011
keine Bearbeitungszusammenfassung
===Neues vom Root===
 
===Umsetzung Vorstandsbeschluss===
 
[[Vorstand/Antrag/2011-009|Antrag 2011-009]] ist erledigt.
 
Datenbank des Forums wurde gelöscht:
 
<pre>
root@guybrush:~# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1172658
Server version: 5.1.49-3-log (Debian)
 
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license
 
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| cottbusdb |
| mumbledb |
| mysql |
| piwik |
| ppbbforum |
| ppbbweb |
| ppbbwebmail |
| ppbbwiki |
| ppbrbweb |
| ppohvweb |
| ppumweb |
+--------------------+
12 rows in set (0.03 sec)
 
mysql> drop database ppbbforum;
Query OK, 62 rows affected (0.09 sec)
 
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| cottbusdb |
| mumbledb |
| mysql |
| piwik |
| ppbbweb |
| ppbbwebmail |
| ppbbwiki |
| ppbrbweb |
| ppohvweb |
| ppumweb |
+--------------------+
11 rows in set (0.00 sec)
 
mysql> \q
Bye
root@guybrush:~#
</pre>
 
Die Installation des Forums ist gelöscht. Alle Links die auf das Forum verweisen werden auf die Startseite umgeleitet. Spätestens nach 10 Tagen werden keine Daten des Forums in der Backup-Rotation mehr sein.
=== Todolist ===
9.127
Bearbeitungen