# Migrating to MariaDB

{% columns %}
{% column %}
{% content-ref url="migrating-to-mariadb/differences-between-mariadb-and-other-dbmss" %}
[differences-between-mariadb-and-other-dbmss](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/migrating-to-mariadb/differences-between-mariadb-and-other-dbmss)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
A high-level comparison of MariaDB's architecture, including its pluggable storage engines, transaction log handling, and buffer pool management versus other databases.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="migrating-to-mariadb/ddl-export" %}
[ddl-export](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/migrating-to-mariadb/ddl-export)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Learn how to export SQL DDL[^1] to MariaDB from database management systems like Oracle Database, Microsoft SQL Server, MySQL, and IBM DB2.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="migrating-to-mariadb/moving-from-mysql" %}
[moving-from-mysql](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/migrating-to-mariadb/moving-from-mysql)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Complete MySQL to MariaDB migration: `mysqldump`/`mysql` import steps, SQL syntax compatibility, user/privilege migration, and replication configuration.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="migrating-to-mariadb/migrating-to-mariadb-from-postgresql" %}
[migrating-to-mariadb-from-postgresql](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/migrating-to-mariadb/migrating-to-mariadb-from-postgresql)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Strategies for moving data from PostgreSQL to MariaDB, using the CONNECT storage engine with ODBC/JDBC or foreign data wrappers.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="migrating-to-mariadb/migrating-to-mariadb-from-oracle" %}
[migrating-to-mariadb-from-oracle](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/migrating-to-mariadb/migrating-to-mariadb-from-oracle)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Migrate from Oracle to MariaDB Server. This section provides detailed guidance, tools, and best practices for a smooth and efficient transition of your databases and applications.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="migrating-to-mariadb/migrating-to-mariadb-from-sql-server" %}
[migrating-to-mariadb-from-sql-server](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/migrating-to-mariadb/migrating-to-mariadb-from-sql-server)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Migrate from SQL Server to MariaDB. This section provides detailed guidance, tools, and best practices for a smooth and efficient transition of your databases and applications to MariaDB.
{% endcolumn %}
{% endcolumns %}

[^1]: DDL (Data Definition Language): The subset of SQL commands used to create, modify, or destroy the structure of database objects (like tables, indexes, and databases) rather than the data itself.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/migrating-to-mariadb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
