I have a text file with a list of ip addresses. I need to insert this list inside a mysql table into a column named addresses. Is there a way to do that through phpmyadmin (or any other way really)?
Asked
Active
Viewed 31 times
0
-
Also, each ip address needs to be a separate row. The other column that is there named "id" which is a AUTO_INCREMENT column. – Maxim K. Magnes Nov 04 '14 at 15:00
-
1http://dev.mysql.com/doc/refman/5.1/en/load-data.html – Marc B Nov 04 '14 at 15:00
-
http://stackoverflow.com/questions/18064495/inserting-a-column-to-preexisting-table-in-phpmyadmin – Avinash Babu Nov 04 '14 at 15:01