使用之前请先引用mysql.data.dll简单的一些增删改操作,请看下面一篇文章https://www.zhaokeli.com/article/8172.htmlMyDb.cs类支持多线程操作,里面使用Mutex互斥实现操作数据库时把线程挂起来同步数据里面用到啦一个记录日志的功能,可以到下面地址下载https://www.zhaokeli.com/article/8180.html如果不需要记录usingMySql.Data.MySqlClient;usingSystem;usingSystem.Collections.Generic;usingSystem.Threading;names