Database export
How to export your database (HeidiSQL / phpMyAdmin)
π¦ How to export your database (HeidiSQL / phpMyAdmin)
Database export is required when:
we ask you to send a database dump for debugging
you are moving your server
you want to create a backup before changes
Below are two supported methods.
β
Method 1: Export using phpMyAdmin
Steps
Open phpMyAdmin
Select your database from the left sidebar
Click the Export tab
Choose Quick export method
Format: SQL
Click Export and download the
.sqlfile
πΊ Video tutorial:
β
Method 2: Export using HeidiSQL (recommended)
Steps
Open HeidiSQL and connect to your database
Right-click your database name
Click Export database as SQL
Select:
Output: SQL file
Structure + Data
Start the export and save the
.sqlfile
πΊ Video tutorial:
β οΈ Important notes
Do not modify the exported
.sqlfileDo not send screenshots β always send the
.sqlfileIf the database is large, compress it to
.zipbefore uploadingNever share database files publicly β send them only in tickets
π© Sending the file to support
Upload the exported .sql (or .zip) file directly in your ticket so we can analyze the issue properly.
Last updated