INSERT INTO phpwebgallery_history
  (
    date,
    time,
    year,
    month,
    day,
    hour,
    user_id,
    IP,
    section,
    category_id,
    image_id,
    image_type,
    tag_ids
  )
  VALUES
  (
    '2026-04-23',
    '05:06:14',
    2026,
    04,
    23,
    05,
    2,
    '2600:1f28:365:80b0:2b21:15bc:b0f7:b89',
    NULL,
    NULL,
    269,
    'high',
    NULL
  )
;
[mysql error 1142] INSERT command denied to user 'o3755999'@'swh-live-web123.swh.1u1.it' for table 'phpwebgallery_history'