Nach Prüfung der vorhandenen Einträge hiermit alle meine Kommentare, die ohne Authentifizierung erfolgten, meinem User in Movable Type zugeordnet:
UPDATE
`mt_comment`
SET
`comment_commenter_id` = 1,
`comment_email` = 'sw@example.com',
`comment_created_by` = 1
WHERE
`comment_author` = 'sw'
AND isnull(`comment_commenter_id`)
AND isnull(`comment_created_by`);