Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的架构中有大约 150 个表。在那几张桌子是主桌子,大约有 20 张桌子。在不备份其他表的情况下,我只想备份主表,我必须通过 C# 代码来实现这一点。
我正在使用 VS2008 和 MySQL
首先创建一个 C# 程序以连接到服务器,然后发出命令以获取备份。
备份命令可以在这里找到 -
数据库备份方法