Data Loading
MariaDB Cloud enables you to import, synchronize, and load data into your database services using several tools and methods from various data formats and sources. Whether you are importing CSV and TSV files, restoring dumps, or using command-line utilities, these methods provide flexibility and instructions to prepare, import, and validate your data for different data loading use cases.
Import CSV Data
Import datasets of different file sizes directly into MariaDB Cloud service using the LOAD DATA LOCAL INFILE statement, which can be executed by any client or connector after enabling local infile support.
Install mariadb-dump
Install the mariadb-dump command-line utility to create logical backups of your MariaDB Cloud services on Linux and Windows platforms for export, migration, or backup scenarios.
Install mariadb-import
Install and use the mariadb-import command-line utility to efficiently bulk-load CSV or TSV data into your MariaDB Cloud database services from various platforms, such as Linux and Windows.
Replicating Data from an External Database to MariaDB Cloud
Set up and run continuous, inbound replication from an external MySQL or MariaDB server to MariaDB Cloud using binary log position or GTID-based replication.
Replicating Data From an External Database to MariaDB CloudLast updated
Was this helpful?

