How do I import a Database with Plesk?

Complete the following steps to import your dumpfile:

  1. Log in to Plesk and choose the Databases button. If presented with a list of domains, choose your domain in the list

  2. Create a database by clicking "Add New Database" then add a database user. Make sure you keep the database name, username and password handy

  3. Use the Plesk Import Utility (available in Plesk 12.5+)

    1. Under the database you just created, choose the "Import Dump" button

    2. If the database file you'll be importing is on your computer, click "Choose File" and select the database file. If the database file has already been uploaded to the server, choose "Import" then navigate to and select the database dump file to import it

    3. Proceed with the import. Note that the 'recreate database' option shown here will erase everything in the database on the server before importing the content. This is fine since it's brand new and you have nothing in it, but if you happen to be using an existing database in Plesk, be careful with this option!

  4. Use phpMyAdmin (alternate option for importing)
    1. Choose the "DB Web Admin" or "WebAdmin" button to load phpMyAdmin. If nothing happens, ensure your browser is not blocking popups for the page (each browser is different so, if you don't know how to do this, please search Google for information on disabling your pop-up blocker for your browser)
    2. If you see the name of your database on the left, click on it to select it. If not, then it is likely already selected by default
    3. If there is an "Import" tab along the top, click that. If you do not see "Import", click on "SQL" and then the Import tab
    4. Click on the browse button near the bottom to select the db dump on your computer. The rest of the settings can normally remain at their defaults. Choose OK or GO.

If you were unable to use the same database name, username, or password when you created the database in Plesk as it was named previously, then you will need to adjust the configuration of your web application that is using the database to ensure it contains the new database information to connect to. Look in your application's files for a configuration or config file (PHP apps often use config.php for example) and update the database connection details found within to the new database name, Username and Password.

Commonly Requested Config File Locations:

  • WordPress: wp-config.php
  • Joomla: configuration.php
  • Magento: app\etc\local.xml

If your app isn't in the list, do a Google search or check their documentation!

Troubleshooting

If you receive error #1007 or any notice indicating the database already exists, open the .sql dump on your computer with a text editor (notepad for example) and remove the line near the beginning of the file that starts with "CREATE DATABASE" then try uploading again.

Was this article helpful?
0 out of 0 found this helpful