mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Support for MySQL 9 #338
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @er-thinhtv on 12/24/2025
Summary
Please add support for MySQL 9.
Details
Currently, the project does not officially support MySQL 9.
As MySQL 9 introduces changes and improvements compared to previous versions, it would be helpful to ensure compatibility and stable operation.
Request
Add official support for MySQL 9
Verify compatibility (connection, queries, migrations if applicable)
Update documentation if needed
Why this matters
MySQL 9 is the latest major release
Users upgrading their database may face compatibility issues
Early support helps adoption and reduces future technical debt