import
From PmaWiki
Contents |
[edit] Import formats
phpMyAdmin can import from several various commonly used formats.
[edit] CSV
Comma separated values format which is often used by spreadsheets or various other programs for export/import.
[edit] CSV using LOAD DATA
Similar to CSV, only using the internal MySQL parser and not the phpMyAdmin one.
[edit] SQL
SQL can be used to make any manipulation on data, it is also useful for restoring backed up data.
[edit] Import methods
[edit] Form based upload
Can be used with any supported format, also (b|g)zipped files, e.g., mydump.sql.gz .
[edit] Form based SQL Query
Can be used with valid SQL dumps.
[edit] Using upload directory
You can specify an upload directory on your web server where phpMyAdmin is installed, after uploading your file into this directory you can select this file in the import dialog of phpMyAdmin.
