Oracle recently announced MySQL AI. This is a new set of AI-powered features available only in MySQL Enterprise Edition, targeting analytics and AI workloads in large deployments. Following concerns about vendor lock-in and recent internal layoffs, concerns have risen across the MYSQL community over the future of the popular community edition.
The new MySQL AI introduces vector store and search capabilities, allowing companies to build generated applications searched directly in MySQL without the need for separate vector databases. It also integrates with major large language models, provides AI-powered querial acceleration, and leverage within DATABASE analyses to optimize workloads. Nipun Agarwal, senior vice president of MySQL Engineering at Oracle, explains:
MySQL AI enables many on-premises agent workflows, including financial fraud detection for banking transactions stored on servers, monitoring store inventory, predicting product demand, and booking travel for customers. Develop AI applications that access data from MySQL databases or file systems without the need for data movement or complex integration. You have the option to migrate the same application to MySQL HeatWave in the cloud.

Source: Oracle Documentation
The new AI engine has four important components: Generated AI. Allows users to extract accurate, context-related information from documents in the local file system. Vector engine. Developers create vectors from documents and allow them to be saved in InnoDB's vector store. Automation of common training tasks such as Automl, algorithm selection, data sampling, feature selection, hyperparameter optimization, and more. Finally, NL2SQL, the text to SQL functionality using LLMS, allows developers to query database content in natural languages.
Because MySQL Enterprise provides native support for JavaScript stored programs, developers can use the Genai API to write JavaScript code that interacts directly with MySQL data. Finally, MySQL Studio is a new integrated interface for working with MySQL AI. Agarwal adds:
MySQL Studio is a new visual interface for MySQL AI, providing an intuitive and integrated environment with SQL worksheets, a chat interface for querying documents in Vector Store, and an interactive notebook for ML and Genai applications development.
The new interactive notebook is compatible with Jupyter, allowing developers to import or share existing notebooks. The announcement focuses on recent layoffs and Oracle's AI on MySQL Heatwave, OCI's managed MySQL enterprise database service, and the community has questioned the future of MySQL as an open source project. Patrik Backman, CEO of Openocean and Mariadb, comments:
MySQL's original promise was openness and freedom from lock-in (…) the features that enterprises most want (Analytics, ML, Vector) are increasingly locked to HeatWave. Staying in Oracle means being deeply dependent on OCI.
The community is scared that Oracle is locking new features behind paid licenses and reducing support for open source versions. Backman added:
How much can Oracle reduce MySQL engineering before developer MindShare begins erosion? How much do large companies accept function lock-in as the price of continuity? (…) This is not just an “oracle that is an oracle.” It's a strategic change. And for businesses, the cost of omission may quickly outweigh the cost of change.
Mark Callaghan, an open source database expert, warns.
I hope Oracle continues to invest in MySQL. It's a good funnel for the community as the funnel won't work even if users stop using open source MySQL.
Trial downloads for MySQL AI are available through Oracle E-Delivery. The team has released a video introducing MySQL Studio and a demo showing travel bookings using an MCP server for MySQL AI.
