1289
MySQLerrorconfigurationhigh confidence

Feature is disabled; MySQL was not built with required option

Production Risk

Low — feature call fails.

What this means

A feature was requested that was not compiled into this MySQL build or was explicitly disabled at startup.

Why it happens
  1. 1Using community build without enterprise features
  2. 2Plugin providing the feature is not loaded
  3. 3Feature disabled by --skip- startup option
How to reproduce
trigger — this will error
trigger — this will error
-- Varies; e.g. using a geographic or enterprise-only feature.

expected output

ERROR 1289 (HY000): The 'X' feature is disabled; you need MySQL built with 'Y' to have it working

Fix

Install the required plugin

Install the required plugin
INSTALL PLUGIN plugin_name SONAME 'plugin.so';

Why this works

Loads the plugin that provides the feature.

Sources
Official documentation ↗

MySQL 8.0 — 1289 ER_FEATURE_DISABLED_SEE_DOC

Content generated with AI assistance and reviewed for accuracy. Found an error? hello@errcodes.dev

← All MySQL errors