Kunnskapsbase

knowledgebase

ypsilon.kb.documentation
Server & Hosting Management

Importing & Exporting via phpMyAdmin

  • 10 Var dette svaret til hjelp?

Need to manually migrate a WordPress site or take a quick snapshot of your database? The built-in phpMyAdmin interface is the perfect tool for standard database operations.

Exporting a Database (.sql)

  1. Go to Databases in your Plesk left menu.
  2. Locate the database you want to backup and click on phpMyAdmin. A new tab will open.
  3. In phpMyAdmin, ensure your database is selected on the left pane, then click the Export tab at the very top.
  4. Keep the Export method as "Quick" and the Format as "SQL".
  5. Click Go (or Export). Your browser will download an `.sql` file containing all your tables and data.

Importing a Database

  1. Access phpMyAdmin for the target database.
  2. Click the Import tab at the top.
  3. Click Choose File and select your downloaded `.sql` file.
  4. Scroll to the bottom and click Go (or Import). Let the process finish—do not close the tab!
File Size Limits: If your `.sql` file is larger than the maximum upload limit (usually around 128MB or 256MB), phpMyAdmin might fail. For massive databases, use the Import Dump / Export Dump buttons directly inside the Plesk Databases screen instead!

Var dette svaret til hjelp?

Relaterte artikler