Importing database

When importing databases, a text file with instructions for creating tables and all data (usually with a .SQL extension) is loaded into another database. As with other SQL operations, the PhpMyAdmin interface is a good help here.

  1. Log into PhpMyAdmin.
  2. In the left menu, just below the icons, select the desired database
  3. Select the Import tab at the top of the screen.
  4. Select the SQL-file you want to import.
  5. Finish by clicking the Import button on the bottom.
Updated on September 6, 2024

Was this article helpful?

Related Articles