can we upload a table in html to mysql if yes kindly give an example in which we ignore few lines also
you can import multiple types of data, just make sure your data is escaped correctly prior to insertion.
load data infile 'c:/a.html' into table mcx lines starting by '<tr>' terminated by '</tr>' ignore 3 lines this doesn`t seem to help me