I have my excel file containing my records, and I want info on how easily I can import an excel file into mysql database. Any help will be appreciated
You can use PHPMyAdmin. It has an import function for Excel. You will need to structure your tables and the Excel file in such a way that the importer can match the fields easily.
better convert your excel file into csv and try import from the phpmyadmin make sure each column matches your mysql table field