To import data from Excel to MySQL phpmyadmin.
Regards
Janardhan
used software: phpMyAdmin 3.1.1 and MySQL 5.1
Save your Excel data as a csv file (In Excel 2007/2003 using Save As)- Check the saved file using a text editor such as Notepad to see what it actually looks like, i.e. what delimiter was used ex. : ; , etc.
- Goto localhost-phpmyadmin, select required database and create a table with column crediantials.
- Select the table and select the import tab then browse file to import.
- Select the format of imported file .csv file, goto fields terminated by change your delimited symbol example ; or , which ever on your data mostly select , symbol there.
- Click on go button.
- Thats all your data sheet will be imported into mysql database
Regards
Janardhan