I'm having some trouble importing a database into MySQL. I use PHPmyAdmin to administer my databases, and I have all my data in an Excel spreadsheet. I tried saving the Excel spreadsheet first as a .txt (tab-delimited) file, then as .csv (comma-delimited) file. I logged into PHPmyAdmin, went to my table, then clicked on the "insert data from a textfile into table" link. I put in the file name and clicked on submit. It added 397 records to my table, but when I went to browse my table, all I had were records with NULL in each field. Does anyone know why it did this and how I can import my data into this table?
I've read some of the other posts on importing an Excel file in MySQL and I thought I was doing it right by saving it as a text file, then importing through PHPmyAdmin, but I must have done something wrong.
Any ideas on how to fix this would be greatly appreciated.
Thanks in advance.