Aus MosaPedia
Es ist ein Datenbankfehler aufgetreten.
Der Grund kann ein Timeout sein, der Ausfall eines Servers oder auch ein Programmierfehler.
Die letzte Datenbankabfrage lautete:
SELECT 'Unusedtemplates' AS type, page_title AS title,
page_namespace AS namespace, 0 AS value
FROM `page`
LEFT JOIN `templatelinks`
ON page_namespace = tl_namespace AND page_title = tl_title
WHERE page_namespace = 10 AND tl_from IS NULL
AND page_is_redirect = 0 ORDER BY value LIMIT 50
aus der Funktion „
“.
MySQL meldete den Fehler „
1267: Illegal mix of collations (utf8_bin,IMPLICIT) and (ucs2_general_ci,IMPLICIT) for operation '=' (localhost)“.