Skip to main content
Version: 1.4.7

Import

Import tables into a MySQL database using a .sql export file. This feature is useful for restoring backups, migrating data, or setting up initial database structures.

To import tables into a database, navigate to OpenPanel > MySQL > Import:

  1. Select a Database
    Choose the target database into which you want to import the tables.

  2. Select a File
    Click the Select button to choose a .sql export file from your device.

  3. Upload
    Click the Upload button and wait for the import process to complete.

If your SQL file is larger than 1 GB, we recommend using the Docker > Terminal interface instead for more reliable import handling.