You would need to download
[Only registered and activated users can see links. Click Here To Register...]. Which basically is the MySql dll.
Here's a TUT on how to use connect to MYSQL using C#.
[Only registered and activated users can see links. Click Here To Register...]
Before you start coding, you should install MYSQL. (
[Only registered and activated users can see links. Click Here To Register...])
Then you can either create tables manually or code something that would create tables for you. After creating tables, you can insert in values from your old database in the new MYSQL database. After your MYSQL DB is ready, redirect your server to read from that DB instead of reading flatfiles.
Sorry for not being specific, but it is a long process.