Avatar

@Milo: Frage zum Installations- und Updateprozess (General)

by Micha ⌂, Wednesday, March 01, 2017, 10:40 (2585 days ago) @ Auge

Hallo Milo

Kannst du bitte mal nachschauen, ob deine Settings-Tabelle den PK auf der Spalte name hat und vom Typ InnoDB ist?

Ich habe die Tabelle mal exportiert und erhalte folgenden Ausdruck:

CREATE TABLE `mlf2_settings` (
  `name` VARCHAR(255) NOT NULL,
  `value` VARCHAR(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
ALTER TABLE `mlf2_settings` ADD PRIMARY KEY (`name`);
 

Sieht also gut aus.

Viele Grüße
Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences


Complete thread:

 RSS Feed of thread