MySQL AI Release Notes  /  Changes in MySQL AI, add-on to MySQL 9.6.0 (2026-01-20, Innovation Release)

Changes in MySQL AI, add-on to MySQL 9.6.0 (2026-01-20, Innovation Release)

AutoML

  • MySQL AI AutoML now supports a new feature called NL2ML, which provides an intuitive natural-language interface to machine learning (ML). NL2ML allows you to ask questions about AutoML in natural language and receive relevant citations to MySQL AI documentation. With this innovative feature, you can also leverage the ML_GENERATE routine, along with external LLMs and MCP servers, to generate AutoML queries that can be copied and executed, making it easier to get started with ML.

    For more information, see Learn About MySQL AI AutoML with NL2ML. (Bug #38397642)

Bugs Fixed

  • The NL_SQL routine did not print the generated SQL query when the verbose parameter was set to 1 and execute parameter was set to false. (Bug #38564859)