• Skip to primary navigation
  • Skip to main content

Magda Sicknick

  • About me
  • Articles
  • Portfolio

Uploading a large SQL Dump file to phpMyAdmin

Connect to terminal on your instance [Instructions]

Run the following command to sign in to mySQL:

Replace <username> with your mySQL username, and when prompted, enter your password.

$ mysql -u <username> -p

Replace <database> with the name of the database which you are trying to run the dump file for:

mysql> USE <database>

Run the following command to dump the data into the chosen database:

mysql> SOURCE /path/to/your/file/dump.sql; 

Published on May 25, 2018

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Let’s Talk

Looking to get your business a website or update your current online presence?

Please send me information about you project so that I can determine how to best fulfill your needs.

    Service Required *

    Copyright© 2023 · Magda Sicknick · All Rights Reserved · Powered by Wordpress and the Genesis Framework.