*http://dev.mysql.com/downloads/connector/
===[[C#]]から接続===
----
====DML(CREATE TABLE)====
----
<pre>
using MySql.Data.MySqlClient;
=====データ登録(INSERT)=====
----
<pre>
public void Load(string host, string database, string user,string password, string fileName)