利用c#将数据从text文档里读取出来,再分条写入mysql中已经建好的table里。
例如:mysql的table里有5个column。1.用什么命令读取text文档里的数据?(现在只知道一个File.ReadAllLines但不知道如何分条写出)                                                        2.如和写入mysql的table里