You are on page 1of 1

Judul

Connect C# to
MySQL &
Backup/Restor
e

Link
http://www.codeproject.com/Articles/43
438/Connect-C-to-MySQL
http://dev.mysql.com/doc/refman/5.6/en/
connector-net-tutorials-intro.html

Keterangan
Tambahkan
using MySql.Data.MySqlClient;
using System.Diagnostics;
using System.IO;

You might also like