-
Book Overview & Buying
-
Table Of Contents
Mastering phpMyAdmin 3.3.x for Effective MySQL Management
In this chapter, we will learn how to import data that we 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.3) can import:
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 Spreadsheet files
Excel files (from versions 97 to 2007)
XML files (generated by phpMyAdmin)
The binary field upload covered in Chapter 5, Changing Data and Structure, can be said to belong to the import family. Future versions might be able to import files in more...
Change the font size
Change margin width
Change background colour