Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions content/en/docs/23.0/overview/supported-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,20 @@ featured: true

Vitess deploys, scales and manages clusters of open-source SQL database instances. Currently, Vitess supports the [MySQL](https://www.mysql.com/) and [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) databases.

The [VTGate](../../concepts/vtgate/) proxy server advertises its version as MySQL 8.0.
The [VTGate](../../concepts/vtgate/) proxy server advertises its version by default as MySQL 8.4.

### MySQL 8.0
### MySQL 8.0 & 8.4

Vitess supports the core features of MySQL 8.0.\*,
Vitess supports the core features of MySQL 8.0.\* & 8.4.\*,
with [some limitations](../../reference/compatibility/mysql-compatibility/). Vitess also
supports [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) 8.0.\*.

### Experimental MySQL 8.4 support

Vitess has experimental MySQL 8.4 support with
[the same limitations](../../reference/compatibility/mysql-compatibility/) as 8.0.\*.
supports [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) 8.0.\* & 8.4.\*.

## Supported Databases For Imports

Vitess supports importing from a wide range of databases that include:

- [MySQL](https://www.mysql.com/) version 5.7 to 8.0. Experimental support for 8.4.
- [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) version 5.7 to 8.0. Experimental support for 8.4.
- [MySQL](https://www.mysql.com/) version 5.7 to 8.4.
- [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) version 5.7 to 8.4.
- [MariaDB](https://mariadb.com) versions 10.10+

## See also
Expand Down