Entwicklung/Entwicklersystem PL: Unterschied zwischen den Versionen

Zeile 568: Zeile 568:
* alle DROP-TRIGGER-Zeilen aus ocpl.sql entfernen
* alle DROP-TRIGGER-Zeilen aus ocpl.sql entfernen
* mysql -uroot -proot ocpl <ocpl.sql
* mysql -uroot -proot ocpl <ocpl.sql
Fehlende Tabelle anlegen:
CREATE TABLE IF NOT EXISTS `cache_visits2` (
  `cache_id` int(11) NOT NULL DEFAULT '0',
  `user_id_ip` varchar(15) NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `visit_date` datetime DEFAULT NULL,
  `type` char(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;


== Webserver konfigurieren ==
== Webserver konfigurieren ==
2.505

Bearbeitungen