how can convert large txt file into mysql database, the file size 3 GB whith 11 million rows. Each row in the file is like this :
"1303179444","","","+20******5811","","","Ahmed","Al Emam","male","/ahmed.e.alemam","","ahmed.e.alemam","Ahmed Al Emam","description here","Ahmed Emam Dental Clinic","Dentist","","Dekernes Ad Daqahliyah iraq","MUST","ahmed.e.alemam@ahmed.e.alemam","0","0","0","1/1/0001 12:00:00 AM","1/1/0001 12:00:00 AM","","","","","","","","","",""
I tried to separate by comma and enter data to databases via php but it took a very long time and the whole file was not saved. i want another way to convert it to sql file