|
|
Installation Manual
(installation to MySQL server using phpMyAdmin)
- Extract .csv file from the downloaded zip archive.
- Open phpMyAdmin from your site cpanel.
- Choose the database where the .csv file with zip postal codes will be imported.
- Choose the table where data from the .csv file with zip postal codes will be imported (click the "Browse" icon).
- Click the "Import" tab.
- Specify location of imported file (the .csv file from your computer).
- Specify number of records (queries) to skip from start= 1 (the first line of the downloaded file contains column names, you should omit this line).
- Specify format of imported file = CSV.
- In the section "Options" assign "," to the "Fields terminated by" field (just type comma in this field).
- In the field "Column name" specify column names from the table of your site database where the values from the .csv file will be imported. Terminate the specified column names by comma. E.g., ZipCode, Latitude, Longitude (matching case).
- Click the "Go" button.
|