Importing .csv file into sql via phpmyadmin
You can import records into your sql database in the form of an excel sheet using phpmyadmin.
Step 1: Excel sheet with records to be inserted
Create an excel sheet with all the records to be inserted into your database.
The columns of the excel sheet will be same as the table columns
Format your excel sheet as per the table columns and then delete the first row with column heading
Step 2: Converting ...
