I have a 300MB CSV file and I need to import it to my localhost database. I have changed upload_max_filesize and post_max_size in php.ini.
The problem is that it is taking a very long time to complete the import.
I want to know how I can do it faster. It should not take this long.