Chapter 7. Importing Structure and Data

In this chapter, we will learn how to import data that we may have exported for backup or transfer purposes. Exported data may also come from authors of other applications, and could contain the whole foundation structure of these applications, along with some sample data.

The current phpMyAdmin version (3.4) can import the following:

  • Files containing MySQL statements (usually having a .sql suffix, but not necessarily so)
  • CSV files (comma-separated values, although the separator is not necessarily a comma); these files can be imported by phpMyAdmin itself or via the MySQL LOAD DATA INFILE statement which enables the MySQL server to handle the data directly rather than having phpMyAdmin parse it first
  • Open Document ...

Get Mastering phpMyAdmin 3.4 for Effective MySQL Management now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.