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:
Select a Database
Choose the target database into which you want to import the tables.Select a File
Click the Select button to choose a.sql
export file from your device.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.
Was this helpful?