Dump Import/Export
Import and Export Dump Files to MySQL, MariaDB and Percona
Use a desktop MySQL-compatible client to connect remotely to a MySQL, MariaDB, or Percona database, import an existing dump file, or export database objects to a local directory. The source example uses MySQL Workbench.
Dump Import
Create a new server instance
Open a desktop client for MySQL, MariaDB, or Percona. The source guide uses MySQL Workbench. Create a new server instance.

Specify the remote host
Paste the database node’s public IP address into the host/address field and click Next.

Enter connection credentials
Set the database connection values:
- IP address
- Port number
- Username
- Password
The platform sends the database credentials by email when the environment is created.

Test the connection
Allow MySQL Workbench to test the database connection. The test can take a couple of minutes.

Select the remote management type
Choose the required remote-management option for the server instance.

Name the server instance
Enter a convenient name for the new server instance.

After setup completes, the server instance appears in MySQL Workbench.

Open Data Import/Restore
Open the server instance, select Data Import/Restore, and choose the dump file to import.

Start the import. Depending on the amount of data, the import process can take several minutes.

Verify the imported dump
Return to the platform dashboard and open MySQL or MariaDB in a browser. Sign in to the administration page with the credentials sent by the platform. In the source example, select test and then example to verify the imported data.

Dump Export
Open Data Export
Open the server instance created earlier and select Data Export. Choose the database objects to export and specify the local directory where the dump should be saved.

Start the export
Start the export operation. The process can take several minutes depending on the amount of exported data.

The resulting dump file is saved in the local directory specified during export.
Expected Result
A remote MySQL-compatible desktop client connects to the database through its public IP. Existing dump files can be imported into the database and verified through the administration panel, while selected database objects can be exported to a local directory as dump files.
Important Notes
- The source example uses MySQL Workbench, but the workflow is applicable to MySQL, MariaDB, and Percona.
- Remote access requires connection details for the database node, including its public IP.
- The platform provides database credentials when the environment is created.
- Import and export operations can take several minutes depending on the amount of data.
- Always verify imported content after the operation completes.
- The exported dump is stored in the local directory selected in the desktop client.
What’s Next?
- Java Connection to MySQL/MariaDB
- PHP Connection to MySQL/MariaDB
- Remote Access to MySQL/MariaDB
